summaryrefslogtreecommitdiff
path: root/src/savage_accel.c
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
commitbe455c98276cec6cc881ca0093476e244c765bf8 (patch)
tree24480ee8b89cd866a29df156376fd7668db3735a /src/savage_accel.c
parent4629f974734368bc354bbccaec80b72ec10a66a2 (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.
Diffstat (limited to 'src/savage_accel.c')
-rw-r--r--src/savage_accel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/savage_accel.c b/src/savage_accel.c
index f290f60..2bd8765 100644
--- a/src/savage_accel.c
+++ b/src/savage_accel.c
@@ -16,7 +16,7 @@
*
*/
-#include "Xarch.h"
+#include <X11/Xarch.h>
#include "xaalocal.h"
#include "xaarop.h"
#include "miline.h"