From: Brian Paul Date: Sat, 28 Feb 2009 17:08:22 +0000 (-0700) Subject: mesa: move #include "bitset.h" out of mtypes.h - not needed in core Mesa X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7ebc270a4b464eb2136e9c45fdfeed798c007c8;p=mesa.git mesa: move #include "bitset.h" out of mtypes.h - not needed in core Mesa --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 2801f61948e..f608ac42a8c 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 0a6ce046146..c19eb3df3cb 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"