Mesa (master): mesa: Remove unnecessary headers.

Vinson Lee vlee at kemper.freedesktop.org
Sun Jan 31 10:30:52 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Jan 31 02:30:12 2010 -0800

mesa: Remove unnecessary headers.

---

 src/mesa/main/api_exec.c     |    4 ----
 src/mesa/main/api_validate.c |    1 -
 src/mesa/main/context.c      |    4 ----
 src/mesa/main/getstring.c    |    1 -
 4 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c
index c2d8a7f..cb389f2 100644
--- a/src/mesa/main/api_exec.c
+++ b/src/mesa/main/api_exec.c
@@ -66,14 +66,12 @@
 #if FEATURE_EXT_framebuffer_object
 #include "fbobject.h"
 #endif
-#include "ffvertex_prog.h"
 #include "framebuffer.h"
 #include "hint.h"
 #include "histogram.h"
 #include "imports.h"
 #include "light.h"
 #include "lines.h"
-#include "macros.h"
 #include "matrix.h"
 #include "multisample.h"
 #include "pixel.h"
@@ -83,7 +81,6 @@
 #include "queryobj.h"
 #include "readpix.h"
 #include "scissor.h"
-#include "state.h"
 #include "stencil.h"
 #include "texenv.h"
 #include "texgetimage.h"
@@ -109,7 +106,6 @@
 #if FEATURE_ARB_sync
 #include "syncobj.h"
 #endif
-#include "debug.h"
 #include "glapi/dispatch.h"
 
 
diff --git a/src/mesa/main/api_validate.c b/src/mesa/main/api_validate.c
index 013048b..326ad6f 100644
--- a/src/mesa/main/api_validate.c
+++ b/src/mesa/main/api_validate.c
@@ -28,7 +28,6 @@
 #include "context.h"
 #include "imports.h"
 #include "mtypes.h"
-#include "state.h"
 #include "vbo/vbo.h"
 
 
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index eb6bc8e..b0f42e5 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -93,13 +93,11 @@
 #include "depth.h"
 #include "dlist.h"
 #include "eval.h"
-#include "enums.h"
 #include "extensions.h"
 #include "fbobject.h"
 #include "feedback.h"
 #include "fog.h"
 #include "framebuffer.h"
-#include "get.h"
 #include "histogram.h"
 #include "hint.h"
 #include "hash.h"
@@ -124,8 +122,6 @@
 #include "state.h"
 #include "stencil.h"
 #include "texcompress_s3tc.h"
-#include "teximage.h"
-#include "texobj.h"
 #include "texstate.h"
 #include "mtypes.h"
 #include "varray.h"
diff --git a/src/mesa/main/getstring.c b/src/mesa/main/getstring.c
index c203b04..51dd5f7 100644
--- a/src/mesa/main/getstring.c
+++ b/src/mesa/main/getstring.c
@@ -27,7 +27,6 @@
 #include "glheader.h"
 #include "context.h"
 #include "get.h"
-#include "version.h"
 #include "enums.h"
 #include "extensions.h"
 




More information about the mesa-commit mailing list