summaryrefslogtreecommitdiff
path: root/src/mesa/main/pixel.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-18 19:20:56 -0800
committerVinson Lee <vlee@vmware.com>2010-01-18 19:20:56 -0800
commited5a116eb411aed2a2f1986a1effbb8a426b0065 (patch)
treed14a54d9edbc487598f00016cc9fe755a35d9949 /src/mesa/main/pixel.c
parent2f83948370c686d1f5f0b1e0d23b5286169e850d (diff)
mesa: Remove unnecessary header from pixel.c.
Diffstat (limited to 'src/mesa/main/pixel.c')
-rw-r--r--src/mesa/main/pixel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/pixel.c b/src/mesa/main/pixel.c
index 3820ebd889..f6f9c1173a 100644
--- a/src/mesa/main/pixel.c
+++ b/src/mesa/main/pixel.c
@@ -32,7 +32,6 @@
#include "bufferobj.h"
#include "colormac.h"
#include "context.h"
-#include "image.h"
#include "macros.h"
#include "pixel.h"
#include "mtypes.h"