summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_fxt1.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-05 17:56:31 -0600
committerBrian Paul <brianp@vmware.com>2009-10-05 17:56:31 -0600
commit90cd968300b8490f6efd75ef751fd3b6554f16d3 (patch)
treee370a60ab490e6243c444f4efb72f668651dd869 /src/mesa/main/texcompress_fxt1.c
parent019bc97bd900a84f5f999afdb42928e92d33814b (diff)
mesa: don't include texformat.h
Diffstat (limited to 'src/mesa/main/texcompress_fxt1.c')
-rw-r--r--src/mesa/main/texcompress_fxt1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/texcompress_fxt1.c b/src/mesa/main/texcompress_fxt1.c
index 7a30806b60..ef42fb92b7 100644
--- a/src/mesa/main/texcompress_fxt1.c
+++ b/src/mesa/main/texcompress_fxt1.c
@@ -38,7 +38,6 @@
#include "mipmap.h"
#include "texcompress.h"
#include "texcompress_fxt1.h"
-#include "texformat.h"
#include "texstore.h"