summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-17 20:50:15 -0800
committerVinson Lee <vlee@vmware.com>2010-01-17 20:50:15 -0800
commitc847e7d07b3f43d5c05a920cf6326b89b31ed92b (patch)
tree8f0ab1164f51d42c34086ea4e7cb841b74ecb2db /src/mesa/main/texobj.c
parent59eed7a2015cf301ea20392febc0de6b8d1ee0b1 (diff)
mesa: Remove unnecessary header from texobj.c.
Diffstat (limited to 'src/mesa/main/texobj.c')
-rw-r--r--src/mesa/main/texobj.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c
index 237b6eb00d..7f6255747b 100644
--- a/src/mesa/main/texobj.c
+++ b/src/mesa/main/texobj.c
@@ -38,7 +38,6 @@
#include "imports.h"
#include "macros.h"
#include "teximage.h"
-#include "texstate.h"
#include "texobj.h"
#include "mtypes.h"
#include "shader/prog_instruction.h"