aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/event.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2012-01-13 08:33:31 +0100
committerJan Beulich <jbeulich@suse.com>2012-01-13 08:33:31 +0100
commit1e583ac49a485131b93537ce2070d69279f0afec (patch)
tree0e1e3b3f80e506790ef949707d5b2e23c0e60600 /xen/include/xen/event.h
parentbf86c81a81f56bbdb9320bf6025b336fe5f60a91 (diff)
downloadxen-1e583ac49a485131b93537ce2070d69279f0afec.tar.gz
xen-1e583ac49a485131b93537ce2070d69279f0afec.tar.bz2
xen-1e583ac49a485131b93537ce2070d69279f0afec.zip
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 <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/xen/event.h')
-rw-r--r--xen/include/xen/event.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/xen/event.h b/xen/include/xen/event.h
index 7e5ad7b9d2..232d50e06d 100644
--- a/xen/include/xen/event.h
+++ b/xen/include/xen/event.h
@@ -9,7 +9,6 @@
#ifndef __XEN_EVENT_H__
#define __XEN_EVENT_H__
-#include <xen/config.h>
#include <xen/sched.h>
#include <xen/smp.h>
#include <xen/softirq.h>