summaryrefslogtreecommitdiff
path: root/src/atimach64xv.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-04-20 12:25:22 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-04-20 12:25:22 +0000
commit3355d12f832909b05e8b022fad784c9f7af7341f (patch)
treeac361c5746baa4f52b4d4c0b47301854c6963ead /src/atimach64xv.c
parent31cb4758eae4703d4de31a0b291847cefa855fc3 (diff)
Fix includes right throughout the Xserver tree:
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
Diffstat (limited to 'src/atimach64xv.c')
-rw-r--r--src/atimach64xv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atimach64xv.c b/src/atimach64xv.c
index 7b109f6..120cb7d 100644
--- a/src/atimach64xv.c
+++ b/src/atimach64xv.c
@@ -28,7 +28,7 @@
#include "atimach64io.h"
#include "atimach64xv.h"
-#include "Xv.h"
+#include <X11/extensions/Xv.h>
#include "fourcc.h"
#define MAKE_ATOM(string) MakeAtom(string, strlen(string), TRUE)