mesa: don't include texformat.h
authorBrian Paul <brianp@vmware.com>
Mon, 5 Oct 2009 23:56:31 +0000 (17:56 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 5 Oct 2009 23:56:31 +0000 (17:56 -0600)
src/mesa/main/debug.c
src/mesa/main/texcompress.c
src/mesa/main/texcompress_fxt1.c
src/mesa/main/texcompress_s3tc.c
src/mesa/main/texgetimage.c
src/mesa/main/teximage.c
src/mesa/main/texstore.c

index 391180a7c69a704d4fb61fb04b866a3dbc5cb57d..e55c2f02c91ee4485b2e0adea2420834c1f6e6e3 100644 (file)
@@ -35,7 +35,6 @@
 #include "readpix.h"
 #include "texgetimage.h"
 #include "texobj.h"
-#include "texformat.h"
 
 
 /**
index a2b1218d0ccef36cf84638039da5586597c6e1b5..5713b2c00d8fb005c26ccd6ff9154298b250b622 100644 (file)
@@ -38,7 +38,6 @@
 #include "image.h"
 #include "mipmap.h"
 #include "texcompress.h"
-#include "texformat.h"
 #include "texstore.h"
 
 
index 7a30806b609e86f7bd75a5dcc06d54482c2080a3..ef42fb92b773807115d748c965b3adc783804c41 100644 (file)
@@ -38,7 +38,6 @@
 #include "mipmap.h"
 #include "texcompress.h"
 #include "texcompress_fxt1.h"
-#include "texformat.h"
 #include "texstore.h"
 
 
index 2f7168c622e117374e3e6935ffc2738a8edf1bcc..9fc73fec5110f5c33241fe7a2dd4870d9e40b696 100644 (file)
@@ -42,7 +42,6 @@
 #include "image.h"
 #include "texcompress.h"
 #include "texcompress_s3tc.h"
-#include "texformat.h"
 #include "texstore.h"
 
 #ifdef __MINGW32__
index 341ce6103f017a06460e47abff4dc9ba38ea8010..d5cd4b2b9db7b7fa6233f74bfeccb9841978a6f3 100644 (file)
@@ -32,9 +32,9 @@
 #include "glheader.h"
 #include "bufferobj.h"
 #include "context.h"
+#include "formats.h"
 #include "image.h"
 #include "texcompress.h"
-#include "texformat.h"
 #include "texgetimage.h"
 #include "teximage.h"
 #include "texstate.h"
index 457380b8fab659f5ec867ff6991f556e5d973a33..52d2886d0aea6e5d5e930c7b68cfa450d6c81ab2 100644 (file)
@@ -44,7 +44,6 @@
 #include "state.h"
 #include "texcompress.h"
 #include "texfetch.h"
-#include "texformat.h"
 #include "teximage.h"
 #include "texstate.h"
 #include "texstore.h"
index 52502b70331983bc2b9ce9695d5e21af5f4aba6a..83e349d0103d6efc4b971f3b6d94fc3702d43fae 100644 (file)
@@ -64,7 +64,6 @@
 #include "texcompress.h"
 #include "texcompress_fxt1.h"
 #include "texcompress_s3tc.h"
-#include "texformat.h"
 #include "teximage.h"
 #include "texstore.h"
 #include "enums.h"