summaryrefslogtreecommitdiff
path: root/src/mesa/main/mipmap.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-18 19:23:47 -0800
committerVinson Lee <vlee@vmware.com>2010-01-18 19:23:47 -0800
commitd0125e3c29942ae7a81a66748ea53b402114993d (patch)
tree0f689ef3b1fb6e323145be47ac6dfb1e66ca1cc0 /src/mesa/main/mipmap.c
parented5a116eb411aed2a2f1986a1effbb8a426b0065 (diff)
mesa: Remove unnecessary header from mipmap.c.
Diffstat (limited to 'src/mesa/main/mipmap.c')
-rw-r--r--src/mesa/main/mipmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mipmap.c b/src/mesa/main/mipmap.c
index 7350c7a3d2..77cd1d4159 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"