diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-08-24 11:18:35 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-08-24 11:18:35 +0000 |
commit | 825a95a1fab69f84c99ae132888fced22e28be33 (patch) | |
tree | e6a6a9b00f8eb91e001d0a18d27c5ad9a72daf45 /hw/xfree86/xaa | |
parent | 1fb4a5a4ea993a7913a7bcc362315d31b2907836 (diff) |
Remove use of dix-config and xorg-config.h from public headers.
Diffstat (limited to 'hw/xfree86/xaa')
-rw-r--r-- | hw/xfree86/xaa/xaa.h | 4 | ||||
-rw-r--r-- | hw/xfree86/xaa/xaaWrapper.h | 3 | ||||
-rw-r--r-- | hw/xfree86/xaa/xaalocal.h | 4 | ||||
-rw-r--r-- | hw/xfree86/xaa/xaarop.h | 4 |
4 files changed, 0 insertions, 15 deletions
diff --git a/hw/xfree86/xaa/xaa.h b/hw/xfree86/xaa/xaa.h index fb31fc172..d4ff7bbd8 100644 --- a/hw/xfree86/xaa/xaa.h +++ b/hw/xfree86/xaa/xaa.h @@ -1,9 +1,5 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/xaa/xaa.h,v 1.38 2002/10/21 01:54:04 mvojkovi Exp $ */ -#ifdef HAVE_XORG_CONFIG_H -#include <xorg-config.h> -#endif - #ifndef _XAA_H #define _XAA_H diff --git a/hw/xfree86/xaa/xaaWrapper.h b/hw/xfree86/xaa/xaaWrapper.h index 9f413f4f7..a141d8421 100644 --- a/hw/xfree86/xaa/xaaWrapper.h +++ b/hw/xfree86/xaa/xaaWrapper.h @@ -1,6 +1,3 @@ -#ifdef HAVE_XORG_CONFIG_H -#include <xorg-config.h> -#endif #ifndef _XAA_WRAPPER_H # define _XAA_WRAPPER_H diff --git a/hw/xfree86/xaa/xaalocal.h b/hw/xfree86/xaa/xaalocal.h index e01fa7894..883e64d5b 100644 --- a/hw/xfree86/xaa/xaalocal.h +++ b/hw/xfree86/xaa/xaalocal.h @@ -1,9 +1,5 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/xaa/xaalocal.h,v 1.36tsi Exp $ */ -#ifdef HAVE_XORG_CONFIG_H -#include <xorg-config.h> -#endif - #ifndef _XAALOCAL_H #define _XAALOCAL_H diff --git a/hw/xfree86/xaa/xaarop.h b/hw/xfree86/xaa/xaarop.h index e3f540516..1c95727b3 100644 --- a/hw/xfree86/xaa/xaarop.h +++ b/hw/xfree86/xaa/xaarop.h @@ -29,10 +29,6 @@ */ -#ifdef HAVE_XORG_CONFIG_H -#include <xorg-config.h> -#endif - #ifndef _XAAROP_H #define _XAAROP_H |