mesa: move #include "bitset.h" out of mtypes.h - not needed in core Mesa
authorBrian Paul <brianp@vmware.com>
Sat, 28 Feb 2009 17:08:22 +0000 (10:08 -0700)
committerBrian Paul <brianp@vmware.com>
Sat, 28 Feb 2009 17:08:22 +0000 (10:08 -0700)
src/mesa/main/mtypes.h
src/mesa/tnl/t_context.h

index 2801f61948eff286ae5e3490668d9cf4b532926c..f608ac42a8c301b6ce772eaf1f47f819c177aee2 100644 (file)
@@ -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 */
 
index 0a6ce046146e9e33cf0368a481d89836cfc70635..c19eb3df3cbc799678ffa5df476a8c2a626ef5c7 100644 (file)
@@ -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"