summaryrefslogtreecommitdiff
path: root/hw/xfree86/dixmods/afbmodule.c
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-16 03:49:59 +0000
committerKevin E Martin <kem@kem.org>2005-07-16 03:49:59 +0000
commit5f81eb1d89f623dd9281e686a4d4d4f403e459c6 (patch)
tree48af6c32b1288fb1186b0c6bb51b3d8a2577275e /hw/xfree86/dixmods/afbmodule.c
parent0635acab08bade9bfd9d2abd3ea5a3fe525bc647 (diff)
Fix the *-config.h includes so that it is possible to build modules without
having to use -include in the Makefile.
Diffstat (limited to 'hw/xfree86/dixmods/afbmodule.c')
-rw-r--r--hw/xfree86/dixmods/afbmodule.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xfree86/dixmods/afbmodule.c b/hw/xfree86/dixmods/afbmodule.c
index 74dca9a26..d9cdbf9c3 100644
--- a/hw/xfree86/dixmods/afbmodule.c
+++ b/hw/xfree86/dixmods/afbmodule.c
@@ -29,10 +29,6 @@
#include <xorg-config.h>
#endif
-#ifdef HAVE_DIX_CONFIG_H
-#include <dix-config.h>
-#endif
-
#ifdef XFree86LOADER
#include "xf86Module.h"