mesa: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Fri, 30 Jul 2010 19:13:17 +0000 (12:13 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 30 Jul 2010 19:13:17 +0000 (12:13 -0700)
src/mesa/main/texstore.c
src/mesa/math/m_translate.c
src/mesa/state_tracker/st_cb_drawtex.c
src/mesa/swrast/s_context.c
src/mesa/swrast/s_readpix.c
src/mesa/vbo/vbo_exec_draw.c

index 0f21395af399f25c3b722ac06adad32e17ddc352..2989fdb72ed4f4f5197b3950d0bbbab97a9555fa 100644 (file)
@@ -55,7 +55,6 @@
 #include "glheader.h"
 #include "bufferobj.h"
 #include "colormac.h"
-#include "context.h"
 #include "convolve.h"
 #include "image.h"
 #include "macros.h"
index 1d26fa147ddfb920cb61d480cb144f270cedc94b..51daf7bfd372bf61d8f4e64a7817b595fe094447 100644 (file)
@@ -31,7 +31,6 @@
 #include "main/glheader.h"
 #include "main/macros.h"
 #include "main/mtypes.h"               /* GLchan hack */
-#include "main/colormac.h"
 
 #include "m_translate.h"
 
index b191a7f890253cb9c026fbed31ce65360596c645..c99a8d792ed7445e3f0a09bf61bef6f9e6bb62f8 100644 (file)
@@ -14,7 +14,6 @@
 
 #include "main/imports.h"
 #include "main/image.h"
-#include "main/bufferobj.h"
 #include "main/macros.h"
 #include "program/program.h"
 #include "program/prog_print.h"
index 6d2d17c61d96ca492e5219575e9e63d6e7597b21..d8d8a80b7d7b59668c8cb7b9f88aaf53c5af9cec 100644 (file)
@@ -28,7 +28,6 @@
 
 #include "main/imports.h"
 #include "main/bufferobj.h"
-#include "main/context.h"
 #include "main/colormac.h"
 #include "main/mtypes.h"
 #include "main/teximage.h"
index 6ad9aceec77b6412e3f87f3503f2523600df7f03..553fd9a76d85ac692e134a0ab7cd4beaef497150 100644 (file)
@@ -27,7 +27,6 @@
 #include "main/bufferobj.h"
 #include "main/colormac.h"
 #include "main/convolve.h"
-#include "main/context.h"
 #include "main/feedback.h"
 #include "main/formats.h"
 #include "main/image.h"
index 045af46da8de605a97faa7d06d8c89e3f42d830f..be2b646ee3597787ca0a7d18588723a131dc6fc6 100644 (file)
@@ -27,7 +27,6 @@
 
 #include "main/glheader.h"
 #include "main/bufferobj.h"
-#include "main/context.h"
 #include "main/enums.h"
 #include "main/state.h"