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
commitccb5c4209d36e66d557727f9534ccc1a3cf07f6d (patch)
tree486fa517998bf40e29171b06f182437584fe0535
parentbf5fc4151b70e17df31b780e25f1abc8e4b960b4 (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/s3v.h2
-rw-r--r--src/s3v_driver.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/s3v.h b/src/s3v.h
index 08a06bc..34eccca 100644
--- a/src/s3v.h
+++ b/src/s3v.h
@@ -69,7 +69,7 @@ in this Software without prior written authorization from the XFree86 Project.
#include "vbe.h"
#include "xf86xv.h"
-#include "Xv.h"
+#include <X11/extensions/Xv.h>
#include "fourcc.h"
#ifndef _S3V_VGAHWMMIO_H
diff --git a/src/s3v_driver.c b/src/s3v_driver.c
index 4425e45..6142b53 100644
--- a/src/s3v_driver.c
+++ b/src/s3v_driver.c
@@ -54,7 +54,7 @@ in this Software without prior written authorization from the XFree86 Project.
#include "globals.h"
#define DPMS_SERVER
-#include "extensions/dpms.h"
+#include <X11/extensions/dpms.h>
#ifndef USE_INT10
#define USE_INT10 0