diff options
author | Adam Jackson <ajax@redhat.com> | 2014-07-22 10:58:53 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-07-28 12:18:03 -0700 |
commit | eb76228080da6fb28c34c903a9854aebe157d2c7 (patch) | |
tree | 2aa4f9601a054d8bacf98a0e9c8d9664e6dbcc10 /hw/xfree86/common/xf86Cursor.c | |
parent | 4afedf545b673282f2e214c0e2c759c9be9b9a2a (diff) |
xfree86: Remove #include "compiler.h" from places that don't need it
Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/xfree86/common/xf86Cursor.c')
-rw-r--r-- | hw/xfree86/common/xf86Cursor.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/common/xf86Cursor.c b/hw/xfree86/common/xf86Cursor.c index 7d0776eaa..c6abf1229 100644 --- a/hw/xfree86/common/xf86Cursor.c +++ b/hw/xfree86/common/xf86Cursor.c @@ -37,8 +37,6 @@ #include "scrnintstr.h" #include "globals.h" -#include "compiler.h" - #include "xf86.h" #include "xf86Priv.h" #include "xf86_OSproc.h" |