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 /fb | |
parent | 1fb4a5a4ea993a7913a7bcc362315d31b2907836 (diff) |
Remove use of dix-config and xorg-config.h from public headers.
Diffstat (limited to 'fb')
-rw-r--r-- | fb/fb.h | 4 | ||||
-rw-r--r-- | fb/fboverlay.h | 4 | ||||
-rw-r--r-- | fb/fbpseudocolor.h | 4 | ||||
-rw-r--r-- | fb/fbrop.h | 4 |
4 files changed, 0 insertions, 16 deletions
@@ -24,10 +24,6 @@ /* $XdotOrg: xc/programs/Xserver/fb/fb.h,v 1.9 2005/04/20 12:25:19 daniels Exp $ */ -#ifdef HAVE_DIX_CONFIG_H -#include <dix-config.h> -#endif - #ifndef _FB_H_ #define _FB_H_ diff --git a/fb/fboverlay.h b/fb/fboverlay.h index a0eb8c7c4..e6a4e033f 100644 --- a/fb/fboverlay.h +++ b/fb/fboverlay.h @@ -23,10 +23,6 @@ * Author: Keith Packard, SuSE, Inc. */ -#ifdef HAVE_DIX_CONFIG_H -#include <dix-config.h> -#endif - #ifndef _FBOVERLAY_H_ #define _FBOVERLAY_H_ diff --git a/fb/fbpseudocolor.h b/fb/fbpseudocolor.h index c653fbcab..64de71db8 100644 --- a/fb/fbpseudocolor.h +++ b/fb/fbpseudocolor.h @@ -1,7 +1,3 @@ -#ifdef HAVE_DIX_CONFIG_H -#include <dix-config.h> -#endif - #ifndef _FB_XX_H_ # define _FB_XX_H_ diff --git a/fb/fbrop.h b/fb/fbrop.h index 541071b19..65f62c393 100644 --- a/fb/fbrop.h +++ b/fb/fbrop.h @@ -23,10 +23,6 @@ */ /* $XFree86: xc/programs/Xserver/fb/fbrop.h,v 1.3 2000/02/14 19:20:30 dawes Exp $ */ -#ifdef HAVE_DIX_CONFIG_H -#include <dix-config.h> -#endif - #ifndef _FBROP_H_ #define _FBROP_H_ |