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 /Xext | |
parent | 1fb4a5a4ea993a7913a7bcc362315d31b2907836 (diff) |
Remove use of dix-config and xorg-config.h from public headers.
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/xvdix.h | 4 | ||||
-rw-r--r-- | Xext/xvmcext.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/Xext/xvdix.h b/Xext/xvdix.h index c2dfc7c82..99d918406 100644 --- a/Xext/xvdix.h +++ b/Xext/xvdix.h @@ -23,10 +23,6 @@ SOFTWARE. ******************************************************************/ /* $XFree86: xc/programs/Xserver/Xext/xvdix.h,v 1.7 2001/05/07 21:37:51 tsi Exp $ */ -#ifdef HAVE_DIX_CONFIG_H -#include <dix-config.h> -#endif - #ifndef XVDIX_H #define XVDIX_H /* diff --git a/Xext/xvmcext.h b/Xext/xvmcext.h index 77af41d41..c7eba30ad 100644 --- a/Xext/xvmcext.h +++ b/Xext/xvmcext.h @@ -1,9 +1,5 @@ /* $XFree86: xc/programs/Xserver/Xext/xvmcext.h,v 1.1 2001/04/07 11:04:21 alanh Exp $ */ -#ifdef HAVE_DIX_CONFIG_H -#include <dix-config.h> -#endif - #ifndef _XVMC_H #define _XVMC_H #include <X11/extensions/Xv.h> |