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
commitbd23ae5f99a76f7ea784f62a30544f31baedb307 (patch)
tree9c3b8a8c01c419e96923e3d9aa76f1f80fac0c9a
parent8352e1febb4136d28a66b0daa248b419c420b6af (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/vtypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vtypes.h b/src/vtypes.h
index cc0482a..c9b9606 100644
--- a/src/vtypes.h
+++ b/src/vtypes.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vtypes.h,v 1.10 2002/04/04 14:05:45 eich Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vtypes.h,v 1.8 2001/10/28 03:33:44 tsi Exp $ */
#ifndef _VTYPES_H_
#define _VTYPES_H_
@@ -8,7 +8,7 @@
* includes
*/
-#include "Xmd.h"
+#include <X11/Xmd.h>
#include "xf86Pci.h"