summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-22 16:19:29 -0700
committerBrian Paul <brianp@vmware.com>2009-02-22 16:19:29 -0700
commit1d5a68970f1d8fcca29ce24e6667a143733197f0 (patch)
tree3172f02b9d6c2ef8e4b0e9f3e9a32b9d84393c31 /src/mesa/main/mtypes.h
parentc74992d840b7a8f7f50e778e692e40681aa166ca (diff)
mesa: #include, misc clean-ups
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 3390fac250..e80d3db043 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -30,18 +30,17 @@
* Please try to mark derived values with a leading underscore ('_').
*/
-#ifndef TYPES_H
-#define TYPES_H
+#ifndef MTYPES_H
+#define MTYPES_H
#include "main/glheader.h"
#include "main/config.h"
#include "main/compiler.h"
#include "main/mfeatures.h"
-#include <GL/internal/glcore.h> /* __GLcontextModes (GLvisual) */
+#include "main/bitset.h"
#include "glapi/glapi.h"
#include "math/m_matrix.h" /* GLmatrix */
-#include "bitset.h"
/**
@@ -3161,4 +3160,4 @@ enum _debug
-#endif /* TYPES_H */
+#endif /* MTYPES_H */