x86/debug: Drop unnecessary include of compile.h
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 14 Apr 2022 09:01:53 +0000 (10:01 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 14 Apr 2022 16:09:01 +0000 (17:09 +0100)
commitb881cb95cb034466d3dd9be52f5a7e6594148a90
tree7e20ecd6a51d06b567da1bfe3ae7c8f41876d232
parente509b5f932608e74deac96048b28a5e9b210c647
x86/debug: Drop unnecessary include of compile.h

compile.h changes across incremental builds, but nothing in debug.c uses it.
This avoids debug.c getting rebuilt on every incremental build.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/debug.c