summaryrefslogtreecommitdiff
path: root/hw/darwin/quartz/cr/XView.m
diff options
context:
space:
mode:
authorBen Byer <bbyer@bbyer.local>2007-09-19 05:58:22 -0700
committerBen Byer <bbyer@bbyer.local>2007-09-19 05:58:22 -0700
commitc140d20f4ade973496dcbbd06453402ef0c0e85c (patch)
treebdd75de536044d0830c66a391d5056fe26d978b3 /hw/darwin/quartz/cr/XView.m
parentbcb5e3e6276ce9ae7a4dae7434cf2247764da078 (diff)
XDarwin: mass change from using xorg-config.h to dix-config.h cuz we're not using the X.org ddx anymore
Diffstat (limited to 'hw/darwin/quartz/cr/XView.m')
-rw-r--r--hw/darwin/quartz/cr/XView.m7
1 files changed, 3 insertions, 4 deletions
diff --git a/hw/darwin/quartz/cr/XView.m b/hw/darwin/quartz/cr/XView.m
index 8bcd1a76f..0cea250bb 100644
--- a/hw/darwin/quartz/cr/XView.m
+++ b/hw/darwin/quartz/cr/XView.m
@@ -30,11 +30,10 @@
* use or other dealings in this Software without prior written authorization.
*/
/* $XFree86: xc/programs/Xserver/hw/darwin/quartz/cr/XView.m,v 1.1 2003/06/07 05:49:07 torrey Exp $ */
-#ifdef HAVE_XORG_CONFIG_H
-#include <xorg-config.h>
-#endif
-#import "XView.h"
+#include <dix-config.h>
+
+#import "XView.h"
@implementation XView