From 1e583ac49a485131b93537ce2070d69279f0afec Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Fri, 13 Jan 2012 08:33:31 +0100 Subject: force inclusion of xen/config.h through compiler option As we expect all source files to include the header as the first thing anyway, stop doing this by repeating the inclusion in each and every source file (and in many headers), but rather enforce this uniformly through the compiler command line. As a first cleanup step, remove the explicit inclusion from all common headers. Further cleanup can be done incrementally. Signed-off-by: Jan Beulich Acked-by: Keir Fraser --- xen/include/xen/sched.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xen/include/xen/sched.h') diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h index 3904afe7e5..6441546401 100644 --- a/xen/include/xen/sched.h +++ b/xen/include/xen/sched.h @@ -2,7 +2,6 @@ #ifndef __SCHED_H__ #define __SCHED_H__ -#include #include #include #include -- cgit v1.2.3