Mesa (master): mesa: Remove unnecessary headers.

Vinson Lee vlee at kemper.freedesktop.org
Sat Sep 25 05:46:39 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Sep 24 22:46:14 2010 -0700

mesa: Remove unnecessary headers.

---

 src/mesa/main/context.c   |    1 -
 src/mesa/main/convolve.c  |    3 ---
 src/mesa/main/histogram.c |    2 --
 3 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index 7d6bfaa..0013251 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -86,7 +86,6 @@
 #include "blend.h"
 #include "buffers.h"
 #include "bufferobj.h"
-#include "colortab.h"
 #include "context.h"
 #include "cpuinfo.h"
 #include "debug.h"
diff --git a/src/mesa/main/convolve.c b/src/mesa/main/convolve.c
index 301569e..0231bcf 100644
--- a/src/mesa/main/convolve.c
+++ b/src/mesa/main/convolve.c
@@ -35,11 +35,8 @@
 #include "bufferobj.h"
 #include "colormac.h"
 #include "convolve.h"
-#include "context.h"
-#include "image.h"
 #include "macros.h"
 #include "mtypes.h"
-#include "state.h"
 #include "main/dispatch.h"
 
 
diff --git a/src/mesa/main/histogram.c b/src/mesa/main/histogram.c
index a14d93e..b98e321 100644
--- a/src/mesa/main/histogram.c
+++ b/src/mesa/main/histogram.c
@@ -26,8 +26,6 @@
 #include "glheader.h"
 #include "bufferobj.h"
 #include "colormac.h"
-#include "context.h"
-#include "image.h"
 #include "histogram.h"
 #include "macros.h"
 #include "main/dispatch.h"




More information about the mesa-commit mailing list