diff options
author | Benjamin Close <Benjamin.Close@clearchain.com> | 2008-01-09 09:58:11 +1030 |
---|---|---|
committer | Benjamin Close <Benjamin.Close@clearchain.com> | 2008-01-09 11:44:26 +1030 |
commit | ed8626d307bb49ced738ac4a5b1d469cef030596 (patch) | |
tree | b4ec26e55d4a29a723717e256dd474c7ceaf23e5 | |
parent | 79a2199b8c753aeca6cc9cbbf69e568558a61853 (diff) |
Remove reliance on xf86_ansic.h
xf86_ansic.h is no longer part of the xorg hence this causes
compilations failures on some architectures
Found by: Tinderbox
-rw-r--r-- | src/xf86Elo.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xf86Elo.c b/src/xf86Elo.c index 0dc7b5c..7eff0fd 100644 --- a/src/xf86Elo.c +++ b/src/xf86Elo.c @@ -64,9 +64,6 @@ #include "misc.h" #include "xf86.h" -#if !defined(DGUX) -#include "xf86_ansic.h" -#endif #include "xf86_OSproc.h" #include "xf86Xinput.h" #include "exevents.h" |