summaryrefslogtreecommitdiff
path: root/src/mesa/main/texfetch.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-31 14:37:32 -0700
committerVinson Lee <vlee@vmware.com>2010-07-31 14:37:32 -0700
commit245d5a8913f6f4487e837d112a97093c06b639ea (patch)
tree7cfb93b636e6a2ef7d6e5c8c1662f2e10be1a0b8 /src/mesa/main/texfetch.c
parentdba7875cdaff66fc5e8ffdd56055b5c0bb92f145 (diff)
mesa: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/main/texfetch.c')
-rw-r--r--src/mesa/main/texfetch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/texfetch.c b/src/mesa/main/texfetch.c
index 9d797cd6ad..c03bc71cd7 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"