summaryrefslogtreecommitdiff
path: root/src/mesa/main/drawpix.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-10-27 09:09:47 -0700
committerVinson Lee <vlee@vmware.com>2010-10-27 09:09:47 -0700
commitd4cdd2fab058b4b54b415c72bce7df1d21ba975d (patch)
treec9d0692832593fb345e16e6e252370b9e546a6be /src/mesa/main/drawpix.c
parent3c8106402f970aac61981381b1c9988504d3765d (diff)
mesa: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/main/drawpix.c')
-rw-r--r--src/mesa/main/drawpix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/drawpix.c b/src/mesa/main/drawpix.c
index 46adc67c1c..757aae6e70 100644
--- a/src/mesa/main/drawpix.c
+++ b/src/mesa/main/drawpix.c
@@ -30,9 +30,7 @@
#include "enums.h"
#include "feedback.h"
#include "framebuffer.h"
-#include "image.h"
#include "readpix.h"
-#include "shaderobj.h"
#include "state.h"
#include "dispatch.h"