Mesa (master): mesa: #include, misc clean-ups

Brian Paul brianp at kemper.freedesktop.org
Sun Feb 22 23:40:44 UTC 2009


Module: Mesa
Branch: master
Commit: 1d5a68970f1d8fcca29ce24e6667a143733197f0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d5a68970f1d8fcca29ce24e6667a143733197f0

Author: Brian Paul <brianp at vmware.com>
Date:   Sun Feb 22 16:19:29 2009 -0700

mesa: #include, misc clean-ups

---

 src/mesa/main/mtypes.h |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 3390fac..e80d3db 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 */




More information about the mesa-commit mailing list