diff options
author | Vinson Lee <[email protected]> | 2010-10-27 09:09:47 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-10-27 09:09:47 -0700 |
commit | d4cdd2fab058b4b54b415c72bce7df1d21ba975d (patch) | |
tree | c9d0692832593fb345e16e6e252370b9e546a6be /src/mesa/main/drawpix.c | |
parent | 3c8106402f970aac61981381b1c9988504d3765d (diff) |
mesa: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/main/drawpix.c')
-rw-r--r-- | src/mesa/main/drawpix.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/drawpix.c b/src/mesa/main/drawpix.c index 46adc67c1c5..757aae6e703 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" |