summaryrefslogtreecommitdiff
path: root/src/mesa/main/convolve.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-09-24 22:46:14 -0700
committerVinson Lee <vlee@vmware.com>2010-09-24 22:46:14 -0700
commitc510f8eeb425db281154cbfb915977226fa2e3ab (patch)
tree3438a588f32aa82414312f2e4bf3d1be867bbbb0 /src/mesa/main/convolve.c
parentef1e1261df02203da4c7ebf708b0edf1b9cd16c2 (diff)
mesa: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/main/convolve.c')
-rw-r--r--src/mesa/main/convolve.c3
1 files changed, 0 insertions, 3 deletions
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"