diff options
author | Vinson Lee <[email protected]> | 2010-01-17 16:21:11 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-17 16:21:11 -0800 |
commit | 59eed7a2015cf301ea20392febc0de6b8d1ee0b1 (patch) | |
tree | 787130cc1d203ab86c5766094c436b991ca7ab1a /src/mesa/main/texparam.c | |
parent | 3e876431d01c50b5672d0ad28f7f8dbd20670616 (diff) |
mesa: Remove unnecessary header from texparam.c.
Diffstat (limited to 'src/mesa/main/texparam.c')
-rw-r--r-- | src/mesa/main/texparam.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/texparam.c b/src/mesa/main/texparam.c index 9e1a889bced..93c5d6c10d8 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" |