diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:25:29 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:25:29 +0000 |
commit | be455c98276cec6cc881ca0093476e244c765bf8 (patch) | |
tree | 24480ee8b89cd866a29df156376fd7668db3735a /src/savage_accel.c | |
parent | 4629f974734368bc354bbccaec80b72ec10a66a2 (diff) |
Fix includes right throughout the Xserver tree:sco_port_update-baseXORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4
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.c | 2 |
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" |