diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2007-06-03 11:16:55 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2007-06-03 11:16:55 +1000 |
commit | 1f4790adcafd402c84a4a761c870a26a5178a4ff (patch) | |
tree | 33b136810bdbc758e8e2456b172c20e9b458febd /src | |
parent | 0415ecaead518123ac6774300241867883a6dd57 (diff) |
Fix build. Including xf86DDC.h before we include xf86.h doesn't fly
and it's not necessary anyway as it's pulled in by g80_type.h
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/g80_output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/g80_output.c b/src/g80_output.c index 354d39a..d68250f 100644 --- a/src/g80_output.c +++ b/src/g80_output.c @@ -27,7 +27,6 @@ #endif #include <strings.h> -#include <xf86DDC.h> #include "g80_type.h" #include "g80_output.h" |