diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:25:28 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:25:28 +0000 |
commit | 72100ac7cff7485db3e869f1331caddb0bc21a24 (patch) | |
tree | 9f57d1cc2d7e96ae91c63bdd353cea3df871b115 /src/i830_video.c | |
parent | c813bf655908cd72049f346919abbdff8365b944 (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_4sco_port_update
* 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/i830_video.c')
-rw-r--r-- | src/i830_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_video.c b/src/i830_video.c index c8b715b7..a53e27dc 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -72,7 +72,7 @@ THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "i830.h" #include "xf86xv.h" -#include "Xv.h" +#include <X11/extensions/Xv.h> #include "xaa.h" #include "xaalocal.h" #include "dixstruct.h" |