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

This commit is contained in:
Brian Paul 2009-02-28 10:08:22 -07:00
parent 079554a480
commit b7ebc270a4
2 changed files with 1 additions and 1 deletions

View 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 */

View 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"