Mesa (master): mesa: move #include "bitset.h" out of mtypes. h - not needed in core Mesa

Brian Paul brianp at kemper.freedesktop.org
Sat Feb 28 17:10:02 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Sat Feb 28 10:08:22 2009 -0700

mesa: move #include "bitset.h" out of mtypes.h - not needed in core Mesa

---

 src/mesa/main/mtypes.h   |    1 -
 src/mesa/tnl/t_context.h |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 2801f61..f608ac4 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -38,7 +38,6 @@
 #include "main/config.h"
 #include "main/compiler.h"
 #include "main/mfeatures.h"
-#include "main/bitset.h"
 #include "glapi/glapi.h"
 #include "math/m_matrix.h"	/* GLmatrix */
 
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h
index 0a6ce04..c19eb3d 100644
--- a/src/mesa/tnl/t_context.h
+++ b/src/mesa/tnl/t_context.h
@@ -50,6 +50,7 @@
 #define _T_CONTEXT_H
 
 #include "main/glheader.h"
+#include "main/bitset.h"
 #include "main/mtypes.h"
 
 #include "math/m_matrix.h"




More information about the mesa-commit mailing list