mesa: Include macros.h in files that use symbols from macros.h.

Don't rely on inclusion of other files that already include macros.h.
This commit is contained in:
Vinson Lee 2010-07-30 00:41:08 -07:00
parent bddbdd624f
commit 3fdd9fa556
11 changed files with 11 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include "context.h"
#include "colormac.h"
#include "enums.h"
#include "macros.h"
#include "state.h"

View 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"

View File

@ -27,6 +27,7 @@
#include "colormac.h"
#include "context.h"
#include "fog.h"
#include "macros.h"
#include "mtypes.h"

View File

@ -29,6 +29,7 @@
#include "context.h"
#include "image.h"
#include "histogram.h"
#include "macros.h"
#include "main/dispatch.h"

View 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"

View 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"

View 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"

View File

@ -1,6 +1,7 @@
#include "context.h"
#include "colormac.h"
#include "macros.h"
#include "texfetch.h"
#include "texrender.h"
#include "renderbuffer.h"

View File

@ -29,6 +29,7 @@
#include "main/glheader.h"
#include "main/macros.h"
#include "main/mtypes.h" /* GLchan hack */
#include "main/colormac.h"

View 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"

View 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"