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 391180a..e55c2f0 100644 (file)
@@ -35,7 +35,6 @@
 #include "readpix.h"
 #include "texgetimage.h"
 #include "texobj.h"
-#include "texformat.h"
 
 
 /**
index a2b1218..5713b2c 100644 (file)
@@ -38,7 +38,6 @@
 #include "image.h"
 #include "mipmap.h"
 #include "texcompress.h"
-#include "texformat.h"
 #include "texstore.h"
 
 
index 7a30806..ef42fb9 100644 (file)
@@ -38,7 +38,6 @@
 #include "mipmap.h"
 #include "texcompress.h"
 #include "texcompress_fxt1.h"
-#include "texformat.h"
 #include "texstore.h"
 
 
index 2f7168c..9fc73fe 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 341ce61..d5cd4b2 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 457380b..52d2886 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 52502b7..83e349d 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"