summaryrefslogtreecommitdiff
path: root/hw/darwin/quartz/xpr/dri.c
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/xpr/dri.c
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/xpr/dri.c')
-rw-r--r--hw/darwin/quartz/xpr/dri.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/hw/darwin/quartz/xpr/dri.c b/hw/darwin/quartz/xpr/dri.c
index 08ee38221..acc1f45f7 100644
--- a/hw/darwin/quartz/xpr/dri.c
+++ b/hw/darwin/quartz/xpr/dri.c
@@ -33,9 +33,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* Rickard E. (Rik) Faith <faith@valinux.com>
*
*/
-#ifdef HAVE_XORG_CONFIG_H
-#include <xorg-config.h>
-#endif
+
+#include <dix-config.h>
#include <sys/time.h>
#include <unistd.h>