diff options
author | Vinson Lee <[email protected]> | 2010-01-18 00:47:56 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-18 00:47:56 -0800 |
commit | d773f28ff29a0abbb9f856cb4a3c60fcaeea1d3b (patch) | |
tree | 75a4d110928ebc7534080df59d46bab865c9bd8a /src/mesa/main/texformat.c | |
parent | 39824945fa738666b4bb804382904b0537322878 (diff) |
mesa: Remove unnecessary headers from texformat.c.
Diffstat (limited to 'src/mesa/main/texformat.c')
-rw-r--r-- | src/mesa/main/texformat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/texformat.c b/src/mesa/main/texformat.c index 1a374e7bee5..096945a6432 100644 --- a/src/mesa/main/texformat.c +++ b/src/mesa/main/texformat.c @@ -35,8 +35,6 @@ #include "context.h" #include "texcompress.h" -#include "texcompress_fxt1.h" -#include "texcompress_s3tc.h" #include "texformat.h" |