OSDN Git Service

mesa: Include macros.h in files that use symbols from macros.h.
authorVinson Lee <vlee@vmware.com>
Fri, 30 Jul 2010 07:41:08 +0000 (00:41 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 30 Jul 2010 07:41:08 +0000 (00:41 -0700)
Don't rely on inclusion of other files that already include macros.h.

src/mesa/main/clear.c
src/mesa/main/convolve.c
src/mesa/main/fog.c
src/mesa/main/histogram.c
src/mesa/main/texcompress_fxt1.c
src/mesa/main/texcompress_s3tc.c
src/mesa/main/texfetch.c
src/mesa/main/texrender.c
src/mesa/math/m_translate.c
src/mesa/program/prog_execute.c
src/mesa/vf/vf_generic.c

index e76ab55..49d86b3 100644 (file)
@@ -35,6 +35,7 @@
 #include "context.h"
 #include "colormac.h"
 #include "enums.h"
+#include "macros.h"
 #include "state.h"
 
 
index 15e8dff..f63bddc 100644 (file)
@@ -37,6 +37,7 @@
 #include "convolve.h"
 #include "context.h"
 #include "image.h"
+#include "macros.h"
 #include "mtypes.h"
 #include "state.h"
 #include "main/dispatch.h"
index 269ff3f..9f26c01 100644 (file)
@@ -27,6 +27,7 @@
 #include "colormac.h"
 #include "context.h"
 #include "fog.h"
+#include "macros.h"
 #include "mtypes.h"
 
 
index 3a65bb1..4e482bc 100644 (file)
@@ -29,6 +29,7 @@
 #include "context.h"
 #include "image.h"
 #include "histogram.h"
+#include "macros.h"
 #include "main/dispatch.h"
 
 
index 04acf05..85d53a8 100644 (file)
@@ -35,6 +35,7 @@
 #include "context.h"
 #include "convolve.h"
 #include "image.h"
+#include "macros.h"
 #include "mipmap.h"
 #include "texcompress.h"
 #include "texcompress_fxt1.h"
index 85c394b..3d26fec 100644 (file)
@@ -40,6 +40,7 @@
 #include "convolve.h"
 #include "dlopen.h"
 #include "image.h"
+#include "macros.h"
 #include "texcompress.h"
 #include "texcompress_s3tc.h"
 #include "texstore.h"
index fe00208..9d797cd 100644 (file)
@@ -35,6 +35,7 @@
 
 #include "colormac.h"
 #include "context.h"
+#include "macros.h"
 #include "texcompress.h"
 #include "texcompress_fxt1.h"
 #include "texcompress_s3tc.h"
index d29af5a..c68105b 100644 (file)
@@ -1,6 +1,7 @@
 
 #include "context.h"
 #include "colormac.h"
+#include "macros.h"
 #include "texfetch.h"
 #include "texrender.h"
 #include "renderbuffer.h"
index b12b079..1d26fa1 100644 (file)
@@ -29,6 +29,7 @@
 
 
 #include "main/glheader.h"
+#include "main/macros.h"
 #include "main/mtypes.h"               /* GLchan hack */
 #include "main/colormac.h"
 
index 6c50f40..fe14ba3 100644 (file)
@@ -38,6 +38,7 @@
 #include "main/glheader.h"
 #include "main/colormac.h"
 #include "main/context.h"
+#include "main/macros.h"
 #include "prog_execute.h"
 #include "prog_instruction.h"
 #include "prog_parameter.h"
index 0af8893..95a317e 100644 (file)
@@ -29,6 +29,7 @@
 #include "main/glheader.h"
 #include "main/context.h"
 #include "main/colormac.h"
+#include "main/macros.h"
 #include "main/simple_list.h"
 
 #include "vf/vf.h"