XDarwin: mass change from using xorg-config.h to dix-config.h cuz we're not using the X.org ddx anymore

This commit is contained in:
Ben Byer
2007-09-19 05:58:22 -07:00
parent bcb5e3e627
commit c140d20f4a
29 changed files with 72 additions and 93 deletions

View File

@@ -34,9 +34,7 @@
* use or other dealings in this Software without prior written authorization.
*/
#if HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include <dix-config.h>
#include <X11/X.h>
#include <X11/Xproto.h>

View File

@@ -58,9 +58,8 @@
* use or other dealings in this Software without prior written authorization.
*/
#if HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include <dix-config.h>
#include "scrnintstr.h"
#include "cursorstr.h"
#include "mipointrst.h"

View File

@@ -29,10 +29,7 @@
* use or other dealings in this Software without prior written authorization.
*/
#if HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include <dix-config.h>
#include "darwin.h"
#include "darwinKeyboard.h"