summaryrefslogtreecommitdiff
path: root/src/i830_video.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-04-20 12:25:28 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-04-20 12:25:28 +0000
commit72100ac7cff7485db3e869f1331caddb0bc21a24 (patch)
tree9f57d1cc2d7e96ae91c63bdd353cea3df871b115 /src/i830_video.c
parentc813bf655908cd72049f346919abbdff8365b944 (diff)
* 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.c2
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"