mesa: Prefix main includes with dir to avoid conflicts.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 23 Jul 2008 12:06:01 +0000 (21:06 +0900)
committerKeith Whitwell <keith@tungstengraphics.com>
Sun, 21 Sep 2008 17:48:40 +0000 (10:48 -0700)
Eliminate a couple of differences with gallium-0.2

src/mesa/sparc/sparc.c
src/mesa/swrast_setup/ss_vb.h
src/mesa/x86-64/x86-64.c

index 1b77b0b..84e8ac6 100644 (file)
@@ -31,7 +31,7 @@
 
 #ifdef USE_SPARC_ASM
 
-#include "context.h"
+#include "main/context.h"
 #include "math/m_xform.h"
 #include "tnl/t_context.h"
 
index 6ea0cb1..2ad1f56 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef SS_VB_H
 #define SS_VB_H
 
-#include "mtypes.h"
+#include "main/mtypes.h"
 #include "swrast_setup.h"
 
 void _swsetup_vb_init( GLcontext *ctx );
index 09508b6..b8b236a 100644 (file)
@@ -31,8 +31,8 @@
 
 #ifdef USE_X86_64_ASM
 
-#include "glheader.h"
-#include "context.h"
+#include "main/glheader.h"
+#include "main/context.h"
 #include "math/m_xform.h"
 #include "tnl/t_context.h"
 #include "x86-64.h"