diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:25:22 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:25:22 +0000 |
commit | 3355d12f832909b05e8b022fad784c9f7af7341f (patch) | |
tree | ac361c5746baa4f52b4d4c0b47301854c6963ead /src/r128_sarea.h | |
parent | 31cb4758eae4703d4de31a0b291847cefa855fc3 (diff) |
Fix includes right throughout the Xserver tree:
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/r128_sarea.h')
-rw-r--r-- | src/r128_sarea.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r128_sarea.h b/src/r128_sarea.h index b9ad29d2..6116f1d1 100644 --- a/src/r128_sarea.h +++ b/src/r128_sarea.h @@ -38,7 +38,7 @@ #ifndef _R128_SAREA_H_ #define _R128_SAREA_H_ -#include "Xmd.h" +#include <X11/Xmd.h> /* WARNING: If you change any of these defines, make sure to change the * defines in the kernel file (r128_drm.h) |