summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-28 22:27:52 -0700
committerVinson Lee <vlee@vmware.com>2010-07-28 22:27:52 -0700
commit7e4e79be6bba7cf68046bd77aa8d44fb52ca5186 (patch)
treeed4afc12cfde9708ef8fffc625246f67801c80d1
parent2c343af09873f35cbc7b265d5606a228fe304bb9 (diff)
mesa: Remove unnecessary header.
-rw-r--r--src/mesa/main/formats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/formats.h b/src/mesa/main/formats.h
index aa14185628..ad176caaa0 100644
--- a/src/mesa/main/formats.h
+++ b/src/mesa/main/formats.h
@@ -33,7 +33,7 @@
#define FORMATS_H
-#include "main/mtypes.h"
+#include <GL/gl.h>