summaryrefslogtreecommitdiff
path: root/src/mesa/main/image.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-10-27 09:38:33 -0700
committerVinson Lee <vlee@vmware.com>2010-10-27 09:38:33 -0700
commite7343cd704afb19b6491b8cbf591e0dda0160f87 (patch)
treecbefe3966fda5e81812259b3a563cae7d92a8070 /src/mesa/main/image.c
parent21ce44374a1617e38ec0672e70d061082aa562f9 (diff)
mesa: Remove unnecessary header.
Diffstat (limited to 'src/mesa/main/image.c')
-rw-r--r--src/mesa/main/image.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c
index 98f7581e18..43cc06d719 100644
--- a/src/mesa/main/image.c
+++ b/src/mesa/main/image.c
@@ -32,7 +32,6 @@
#include "glheader.h"
#include "colormac.h"
-#include "enums.h"
#include "image.h"
#include "imports.h"
#include "macros.h"