summaryrefslogtreecommitdiff
path: root/src
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
parent019bc97bd900a84f5f999afdb42928e92d33814b (diff)
mesa: don't include texformat.h
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/debug.c1
-rw-r--r--src/mesa/main/texcompress.c1
-rw-r--r--src/mesa/main/texcompress_fxt1.c1
-rw-r--r--src/mesa/main/texcompress_s3tc.c1
-rw-r--r--src/mesa/main/texgetimage.c2
-rw-r--r--src/mesa/main/teximage.c1
-rw-r--r--src/mesa/main/texstore.c1
7 files changed, 1 insertions, 7 deletions
diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c
index 391180a7c6..e55c2f02c9 100644
--- a/src/mesa/main/debug.c
+++ b/src/mesa/main/debug.c
@@ -35,7 +35,6 @@
#include "readpix.h"
#include "texgetimage.h"
#include "texobj.h"
-#include "texformat.h"
/**
diff --git a/src/mesa/main/texcompress.c b/src/mesa/main/texcompress.c
index a2b1218d0c..5713b2c00d 100644
--- a/src/mesa/main/texcompress.c
+++ b/src/mesa/main/texcompress.c
@@ -38,7 +38,6 @@
#include "image.h"
#include "mipmap.h"
#include "texcompress.h"
-#include "texformat.h"
#include "texstore.h"
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"
diff --git a/src/mesa/main/texcompress_s3tc.c b/src/mesa/main/texcompress_s3tc.c
index 2f7168c622..9fc73fec51 100644
--- a/src/mesa/main/texcompress_s3tc.c
+++ b/src/mesa/main/texcompress_s3tc.c
@@ -42,7 +42,6 @@
#include "image.h"
#include "texcompress.h"
#include "texcompress_s3tc.h"
-#include "texformat.h"
#include "texstore.h"
#ifdef __MINGW32__
diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c
index 341ce6103f..d5cd4b2b9d 100644
--- a/src/mesa/main/texgetimage.c
+++ b/src/mesa/main/texgetimage.c
@@ -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"
diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c
index 457380b8fa..52d2886d0a 100644
--- a/src/mesa/main/teximage.c
+++ b/src/mesa/main/teximage.c
@@ -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"
diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c
index 52502b7033..83e349d010 100644
--- a/src/mesa/main/texstore.c
+++ b/src/mesa/main/texstore.c
@@ -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"