summaryrefslogtreecommitdiff
path: root/hw/dmx
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-04-20 23:33:53 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-04-20 23:33:53 +0000
commit44528218d5ca75b842e4cefd8fdc58be2f35f0f4 (patch)
tree83016a9e47fb716d6351a3813595ef6c4f2e6908 /hw/dmx
parentefa9d5f4757bfc0588cee361bcc78dd8a09efa62 (diff)
Change dmxext.h and dmxproto.h to <X11/extensions/...>.
Diffstat (limited to 'hw/dmx')
-rw-r--r--hw/dmx/dmx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/dmx/dmx.c b/hw/dmx/dmx.c
index fee28aa7d..c91b58304 100644
--- a/hw/dmx/dmx.c
+++ b/hw/dmx/dmx.c
@@ -53,10 +53,10 @@
#include "opaque.h"
#include "dmxextension.h"
-#include "dmxproto.h"
+#include <X11/extensions/dmxproto.h>
#define _DMX_SERVER_
-#include "dmxext.h"
+#include <X11/extensions/dmxext.h>
#ifdef PANORAMIX
#include "panoramiX.h"