diff options
author | Brian Paul <[email protected]> | 2009-10-05 17:56:31 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-05 17:56:31 -0600 |
commit | 90cd968300b8490f6efd75ef751fd3b6554f16d3 (patch) | |
tree | e370a60ab490e6243c444f4efb72f668651dd869 /src/mesa/main/texstore.c | |
parent | 019bc97bd900a84f5f999afdb42928e92d33814b (diff) |
mesa: don't include texformat.h
Diffstat (limited to 'src/mesa/main/texstore.c')
-rw-r--r-- | src/mesa/main/texstore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index 52502b70331..83e349d0103 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" |