diff options
author | Vinson Lee <[email protected]> | 2010-07-31 14:37:32 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-31 14:37:32 -0700 |
commit | 245d5a8913f6f4487e837d112a97093c06b639ea (patch) | |
tree | 7cfb93b636e6a2ef7d6e5c8c1662f2e10be1a0b8 /src/mesa/main/texfetch.c | |
parent | dba7875cdaff66fc5e8ffdd56055b5c0bb92f145 (diff) |
mesa: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/main/texfetch.c')
-rw-r--r-- | src/mesa/main/texfetch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/texfetch.c b/src/mesa/main/texfetch.c index 9d797cd6ad5..c03bc71cd7a 100644 --- a/src/mesa/main/texfetch.c +++ b/src/mesa/main/texfetch.c @@ -34,7 +34,6 @@ #include "colormac.h" -#include "context.h" #include "macros.h" #include "texcompress.h" #include "texcompress_fxt1.h" |