OSDN Git Service

mesa: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Sat, 25 Sep 2010 05:46:14 +0000 (22:46 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 25 Sep 2010 05:46:14 +0000 (22:46 -0700)
src/mesa/main/context.c
src/mesa/main/convolve.c
src/mesa/main/histogram.c

index 7d6bfaa..0013251 100644 (file)
@@ -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"
index 301569e..0231bcf 100644 (file)
 #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"
 
 
index a14d93e..b98e321 100644 (file)
@@ -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"