mesa: #include, misc clean-ups
authorBrian Paul <brianp@vmware.com>
Sun, 22 Feb 2009 23:19:29 +0000 (16:19 -0700)
committerBrian Paul <brianp@vmware.com>
Sun, 22 Feb 2009 23:19:29 +0000 (16:19 -0700)
src/mesa/main/mtypes.h

index 3390fac250aad8569dad4b63727625f8a6bd077c..e80d3db04368200d6dd2801f12e16c7bdb6398f0 100644 (file)
  * 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 */