Mesa (master): mesa: Remove unnecessary headers.

Vinson Lee vlee at kemper.freedesktop.org
Fri Jul 30 19:13:49 UTC 2010


Module: Mesa
Branch: master
Commit: 1a537b639ee7f2d35230c68ba89491711919656d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a537b639ee7f2d35230c68ba89491711919656d

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Jul 30 12:13:17 2010 -0700

mesa: Remove unnecessary headers.

---

 src/mesa/main/texstore.c               |    1 -
 src/mesa/math/m_translate.c            |    1 -
 src/mesa/state_tracker/st_cb_drawtex.c |    1 -
 src/mesa/swrast/s_context.c            |    1 -
 src/mesa/swrast/s_readpix.c            |    1 -
 src/mesa/vbo/vbo_exec_draw.c           |    1 -
 6 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c
index 0f21395..2989fdb 100644
--- a/src/mesa/main/texstore.c
+++ b/src/mesa/main/texstore.c
@@ -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"
diff --git a/src/mesa/math/m_translate.c b/src/mesa/math/m_translate.c
index 1d26fa1..51daf7b 100644
--- a/src/mesa/math/m_translate.c
+++ b/src/mesa/math/m_translate.c
@@ -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"
 
diff --git a/src/mesa/state_tracker/st_cb_drawtex.c b/src/mesa/state_tracker/st_cb_drawtex.c
index b191a7f..c99a8d7 100644
--- a/src/mesa/state_tracker/st_cb_drawtex.c
+++ b/src/mesa/state_tracker/st_cb_drawtex.c
@@ -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"
diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c
index 6d2d17c..d8d8a80 100644
--- a/src/mesa/swrast/s_context.c
+++ b/src/mesa/swrast/s_context.c
@@ -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"
diff --git a/src/mesa/swrast/s_readpix.c b/src/mesa/swrast/s_readpix.c
index 6ad9ace..553fd9a 100644
--- a/src/mesa/swrast/s_readpix.c
+++ b/src/mesa/swrast/s_readpix.c
@@ -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"
diff --git a/src/mesa/vbo/vbo_exec_draw.c b/src/mesa/vbo/vbo_exec_draw.c
index 045af46..be2b646 100644
--- a/src/mesa/vbo/vbo_exec_draw.c
+++ b/src/mesa/vbo/vbo_exec_draw.c
@@ -27,7 +27,6 @@
 
 #include "main/glheader.h"
 #include "main/bufferobj.h"
-#include "main/context.h"
 #include "main/enums.h"
 #include "main/state.h"
 




More information about the mesa-commit mailing list