From 72100ac7cff7485db3e869f1331caddb0bc21a24 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 20 Apr 2005 12:25:28 +0000 Subject: Fix includes right throughout the Xserver tree: * change "foo.h" to for core headers, e.g. X.h, Xpoll.h; * change "foo.h", "extensions/foo.h" and "X11/foo.h" to for extension headers, e.g. Xv.h; * change "foo.[ch]" to for Xtrans files. --- src/i830_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i830_video.c') 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 #include "xaa.h" #include "xaalocal.h" #include "dixstruct.h" -- cgit v1.2.3