summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesa/main/context.c1
-rw-r--r--src/mesa/main/convolve.c3
-rw-r--r--src/mesa/main/histogram.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index 7d6bfaa62d..00132514d7 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 301569e5f6..0231bcf6d3 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 a14d93e519..b98e3219c5 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"