summaryrefslogtreecommitdiff
path: root/src/mesa/main/mipmap.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-05 17:54:20 -0600
committerBrian Paul <brianp@vmware.com>2009-10-05 17:54:20 -0600
commit019bc97bd900a84f5f999afdb42928e92d33814b (patch)
treef48eeb767558acc3d314d0895239906fa87504f1 /src/mesa/main/mipmap.c
parentbe0765cd6ec47cf068775197f312a1123e044566 (diff)
mesa: move _mesa_format_to_type_and_comps() to formats.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 e24e7285c3..694d593330 100644
--- a/src/mesa/main/mipmap.c
+++ b/src/mesa/main/mipmap.c
@@ -31,7 +31,6 @@
#include "formats.h"
#include "mipmap.h"
#include "texcompress.h"
-#include "texformat.h"
#include "teximage.h"
#include "texstore.h"
#include "image.h"