Mesa (mesa_7_7_branch): mesa: Remove unnecessary headers from dlist.c.

Vinson Lee vlee at kemper.freedesktop.org
Tue Jan 19 05:31:40 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: 2660511ea94c2d3abe8495258f7ea693cae3759e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2660511ea94c2d3abe8495258f7ea693cae3759e

Author: Vinson Lee <vlee at vmware.com>
Date:   Mon Jan 18 21:31:02 2010 -0800

mesa: Remove unnecessary headers from dlist.c.

---

 src/mesa/main/dlist.c |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index b692c33..a90bb6c 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -35,46 +35,25 @@
 #include "api_loopback.h"
 #include "config.h"
 #include "mfeatures.h"
-#include "attrib.h"
-#include "blend.h"
-#include "buffers.h"
 #if FEATURE_ARB_vertex_buffer_object
 #include "bufferobj.h"
 #endif
 #include "arrayobj.h"
-#include "clip.h"
-#include "colortab.h"
 #include "context.h"
-#include "convolve.h"
-#include "depth.h"
 #include "dlist.h"
-#include "enable.h"
 #include "enums.h"
 #include "eval.h"
-#include "extensions.h"
-#include "feedback.h"
 #include "framebuffer.h"
-#include "get.h"
 #include "glapi/glapi.h"
 #include "hash.h"
-#include "histogram.h"
 #include "image.h"
 #include "light.h"
-#include "lines.h"
 #include "dlist.h"
 #include "macros.h"
-#include "matrix.h"
-#include "pixel.h"
-#include "points.h"
-#include "polygon.h"
 #include "queryobj.h"
-#include "state.h"
-#include "texobj.h"
 #include "teximage.h"
-#include "texstate.h"
 #include "mtypes.h"
 #include "varray.h"
-#include "vtxfmt.h"
 #if FEATURE_ARB_vertex_program || FEATURE_ARB_fragment_program
 #include "shader/arbprogram.h"
 #include "shader/program.h"




More information about the mesa-commit mailing list