diff options
author | Vinson Lee <[email protected]> | 2010-01-18 00:14:51 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-18 00:14:51 -0800 |
commit | 39824945fa738666b4bb804382904b0537322878 (patch) | |
tree | 4a44dae4db72398e139a0b9d1c4786d08f5801f9 /src/mesa/main/texgetimage.c | |
parent | 6938dccf1ac0955026ac68794a03f49bc370fd44 (diff) |
mesa: Remove unnecessary headers from texgetimage.c.
Diffstat (limited to 'src/mesa/main/texgetimage.c')
-rw-r--r-- | src/mesa/main/texgetimage.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c index ac467c490a4..0cc6a563a05 100644 --- a/src/mesa/main/texgetimage.c +++ b/src/mesa/main/texgetimage.c @@ -35,10 +35,8 @@ #include "context.h" #include "formats.h" #include "image.h" -#include "texcompress.h" #include "texgetimage.h" #include "teximage.h" -#include "texstate.h" |