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,9 @@ Equipment Corporation.
******************************************************************/
#include "pseudoramiX.h"
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include <dix-config.h>
#include "extnsionst.h"
#include "dixstruct.h"
#include "window.h"