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>
This commit is contained in:
Benjamin Herrenschmidt
2007-06-03 11:16:55 +10:00
parent 0415ecaead
commit 1f4790adca

View File

@@ -27,7 +27,6 @@
#endif
#include <strings.h>
#include <xf86DDC.h>
#include "g80_type.h"
#include "g80_output.h"