summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-17 16:08:59 -0800
committerVinson Lee <vlee@vmware.com>2010-01-17 16:08:59 -0800
commit3e876431d01c50b5672d0ad28f7f8dbd20670616 (patch)
tree893472169d533008c06e1681112929acfc1bedbb
parent6b6ac9aca08603fb0e3f91bf53fd6d49a1701e2a (diff)
mesa: Remove unnecessary headers from texstate.c.
-rw-r--r--src/mesa/main/texstate.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c
index c735e18aff..25333d8994 100644
--- a/src/mesa/main/texstate.c
+++ b/src/mesa/main/texstate.c
@@ -35,11 +35,9 @@
#include "context.h"
#include "enums.h"
#include "macros.h"
-#include "texcompress.h"
#include "texobj.h"
#include "teximage.h"
#include "texstate.h"
-#include "texenvprogram.h"
#include "mtypes.h"