summaryrefslogtreecommitdiff
path: root/src/mesa/main/texparam.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-17 16:21:11 -0800
committerVinson Lee <vlee@vmware.com>2010-01-17 16:21:11 -0800
commit59eed7a2015cf301ea20392febc0de6b8d1ee0b1 (patch)
tree787130cc1d203ab86c5766094c436b991ca7ab1a /src/mesa/main/texparam.c
parent3e876431d01c50b5672d0ad28f7f8dbd20670616 (diff)
mesa: Remove unnecessary header from texparam.c.
Diffstat (limited to 'src/mesa/main/texparam.c')
-rw-r--r--src/mesa/main/texparam.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/texparam.c b/src/mesa/main/texparam.c
index 9e1a889bce..93c5d6c10d 100644
--- a/src/mesa/main/texparam.c
+++ b/src/mesa/main/texparam.c
@@ -33,7 +33,6 @@
#include "main/glheader.h"
#include "main/colormac.h"
#include "main/context.h"
-#include "main/enums.h"
#include "main/formats.h"
#include "main/macros.h"
#include "main/texcompress.h"