summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-17 22:31:53 -0800
committerVinson Lee <vlee@vmware.com>2010-01-17 22:31:53 -0800
commit6938dccf1ac0955026ac68794a03f49bc370fd44 (patch)
tree89f0877ba60bb43ca2574ed2dcda46cb5bba9e95 /src/mesa/main
parentc847e7d07b3f43d5c05a920cf6326b89b31ed92b (diff)
mesa: Remove unnecessary header from teximage.c.
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/teximage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c
index b946f3c69d..76273b0267 100644
--- a/src/mesa/main/teximage.c
+++ b/src/mesa/main/teximage.c
@@ -46,7 +46,6 @@
#include "texfetch.h"
#include "teximage.h"
#include "texstate.h"
-#include "texstore.h"
#include "mtypes.h"