summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-04-20 12:25:29 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-04-20 12:25:29 +0000
commit39112b558fdccd2b0a15b8e41d6215e3b0e6e7bd (patch)
treebfdfb52c4188e5c4ad81da924e514a73ac08a8f0
parentc34e24d83a0f84ad90b7cbaba78d54cc779f74d5 (diff)
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.
-rw-r--r--src/smi.h2
-rw-r--r--src/smi_driver.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/smi.h b/src/smi.h
index 4e0ef16..0e5b552 100644
--- a/src/smi.h
+++ b/src/smi.h
@@ -54,7 +54,7 @@ authorization from the XFree86 Project and Silicon Motion.
#include "vbe.h"
#include "xf86xv.h"
-#include "Xv.h"
+#include <X11/extensions/Xv.h>
/******************************************************************************/
/* D E F I N I T I O N S */
diff --git a/src/smi_driver.c b/src/smi_driver.c
index 48784b2..15642b2 100644
--- a/src/smi_driver.c
+++ b/src/smi_driver.c
@@ -39,7 +39,7 @@ authorization from The XFree86 Project or Silicon Motion.
#include "globals.h"
#define DPMS_SERVER
-#include "extensions/dpms.h"
+#include <X11/extensions/dpms.h>
/*
* Internals