summaryrefslogtreecommitdiff
path: root/src/mesa/main/convolve.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-18 21:56:58 -0800
committerVinson Lee <vlee@vmware.com>2010-01-18 21:56:58 -0800
commit7366d8e7d20efc673702d7c6c9603d507edcf06d (patch)
treeb3617912061451b1c54621900bf1092bc88dc420 /src/mesa/main/convolve.c
parent08063ba4499c47c9b55c80878a668050c6272c30 (diff)
mesa: Remove unnecessary header from convolve.c.
Diffstat (limited to 'src/mesa/main/convolve.c')
-rw-r--r--src/mesa/main/convolve.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/convolve.c b/src/mesa/main/convolve.c
index 8db3e79d38..5ed93e0c60 100644
--- a/src/mesa/main/convolve.c
+++ b/src/mesa/main/convolve.c
@@ -38,7 +38,6 @@
#include "context.h"
#include "image.h"
#include "mtypes.h"
-#include "pixel.h"
#include "state.h"
#include "glapi/dispatch.h"