diff options
author | Vinson Lee <[email protected]> | 2010-01-18 19:23:47 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-18 19:23:47 -0800 |
commit | d0125e3c29942ae7a81a66748ea53b402114993d (patch) | |
tree | 0f689ef3b1fb6e323145be47ac6dfb1e66ca1cc0 /src/mesa | |
parent | ed5a116eb411aed2a2f1986a1effbb8a426b0065 (diff) |
mesa: Remove unnecessary header from mipmap.c.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/mipmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mipmap.c b/src/mesa/main/mipmap.c index 7350c7a3d2c..77cd1d41595 100644 --- a/src/mesa/main/mipmap.c +++ b/src/mesa/main/mipmap.c @@ -30,7 +30,6 @@ #include "imports.h" #include "formats.h" #include "mipmap.h" -#include "texcompress.h" #include "teximage.h" #include "texstore.h" #include "image.h" |