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 | 2db214d7cf5336fbea36d83bc9b089f70a494614 (patch) | |
tree | caa68521febad8b72c8a47da861e34e0b437c1b8 /src/nv_video.c | |
parent | 3fe983d254f1ffe3c285548013be677ed4a67137 (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/nv_video.c')
-rw-r--r-- | src/nv_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nv_video.c b/src/nv_video.c index 7bfa94b..04b8489 100644 --- a/src/nv_video.c +++ b/src/nv_video.c @@ -11,7 +11,7 @@ #include "regionstr.h" #include "xf86xv.h" -#include "Xv.h" +#include <X11/extensions/Xv.h> #include "xaa.h" #include "xaalocal.h" #include "dixstruct.h" |