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 | 74df74c1f8b49e71e495af5ccad77600fd783f23 (patch) | |
tree | caa837c4621ced615bac0be2b19bdfa1bdc306c3 | |
parent | 0147cb45138ccd06477dc7f973ae20c1405f2bf5 (diff) |
Fix includes right throughout the Xserver tree:sco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10
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/newmmio.h | 2 | ||||
-rw-r--r-- | src/s3.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/newmmio.h b/src/newmmio.h index 15e7f3c..3da3959 100644 --- a/src/newmmio.h +++ b/src/newmmio.h @@ -9,7 +9,7 @@ #ifndef _NEWMMIO_H_ #define _NEWMMIO_H_ -#include <Xmd.h> +#include <X11/Xmd.h> #define int16 CARD16 @@ -41,7 +41,7 @@ #include "xf86xv.h" -#include "Xv.h" +#include <X11/extensions/Xv.h> #include "fourcc.h" |