summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-04-20 12:25:28 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-04-20 12:25:28 +0000
commit5b8602c5a1723c71130c79920754f8c87248fcca (patch)
treeb2827ea931bbec5ee7200ef3e747474578701dfb
parente2fb23691989c5f9ae2f740719e93d9993acefa5 (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/imstt_accel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imstt_accel.c b/src/imstt_accel.c
index 86dca58..d960890 100644
--- a/src/imstt_accel.c
+++ b/src/imstt_accel.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/imstt/imstt_accel.c,v 1.6 2001/05/16 06:48:09 keithp Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/imstt/imstt_accel.c,v 1.5 2001/04/05 21:29:14 dawes Exp $ */
/*
* Copyright 2000 Ani Joshi <ajoshi@unixbox.com>
@@ -25,7 +25,7 @@
*/
-#include "Xarch.h"
+#include <X11/Xarch.h>
#include "xf86.h"
#include "xf86_ansic.h"
#include "compiler.h"