summaryrefslogtreecommitdiff
path: root/cfb
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-08-24 11:18:35 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-08-24 11:18:35 +0000
commit825a95a1fab69f84c99ae132888fced22e28be33 (patch)
treee6a6a9b00f8eb91e001d0a18d27c5ad9a72daf45 /cfb
parent1fb4a5a4ea993a7913a7bcc362315d31b2907836 (diff)
Remove use of dix-config and xorg-config.h from public headers.
Diffstat (limited to 'cfb')
-rw-r--r--cfb/cfb.h4
-rw-r--r--cfb/cfb16.h4
-rw-r--r--cfb/cfb32.h4
-rw-r--r--cfb/cfbmap.h4
-rw-r--r--cfb/cfbmskbits.h4
5 files changed, 0 insertions, 20 deletions
diff --git a/cfb/cfb.h b/cfb/cfb.h
index 71e0d89bc..960f6756b 100644
--- a/cfb/cfb.h
+++ b/cfb/cfb.h
@@ -29,10 +29,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
/* $XFree86: xc/programs/Xserver/cfb/cfb.h,v 3.29tsi Exp $ */
-#ifdef HAVE_DIX_CONFIG_H
-#include <dix-config.h>
-#endif
-
#if !defined(__CFB_H__) || defined(CFB_PROTOTYPES_ONLY)
#include <X11/X.h>
diff --git a/cfb/cfb16.h b/cfb/cfb16.h
index 1ad8972ef..3d51cd142 100644
--- a/cfb/cfb16.h
+++ b/cfb/cfb16.h
@@ -25,10 +25,6 @@
* XFree86 Project.
*/
-#ifdef HAVE_DIX_CONFIG_H
-#include <dix-config.h>
-#endif
-
#ifndef _CFB16_H_
#define _CFB16_H_
diff --git a/cfb/cfb32.h b/cfb/cfb32.h
index 48b48cbaf..5ea4c13c8 100644
--- a/cfb/cfb32.h
+++ b/cfb/cfb32.h
@@ -25,10 +25,6 @@
* XFree86 Project.
*/
-#ifdef HAVE_DIX_CONFIG_H
-#include <dix-config.h>
-#endif
-
#ifndef _CFB32_H_
#define _CFB32_H_
diff --git a/cfb/cfbmap.h b/cfb/cfbmap.h
index 9ed10acaa..802517aac 100644
--- a/cfb/cfbmap.h
+++ b/cfb/cfbmap.h
@@ -32,10 +32,6 @@ in this Software without prior written authorization from The Open Group.
* Map names around so that multiple depths can be supported simultaneously
*/
-#ifdef HAVE_DIX_CONFIG_H
-#include <dix-config.h>
-#endif
-
#if 0
#undef QuartetBitsTable
#undef QuartetPixelMaskTable
diff --git a/cfb/cfbmskbits.h b/cfb/cfbmskbits.h
index 8d6f118df..a803cac72 100644
--- a/cfb/cfbmskbits.h
+++ b/cfb/cfbmskbits.h
@@ -31,10 +31,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* $Xorg: cfbmskbits.h,v 1.3 2000/08/17 19:48:14 cpqbld Exp $ */
/* Optimizations for PSZ == 32 added by Kyle Marvin (marvin@vitec.com) */
-#ifdef HAVE_DIX_CONFIG_H
-#include <dix-config.h>
-#endif
-
#include <X11/X.h>
#include <X11/Xmd.h>
#include "servermd.h"