mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 19:20:22 +01:00
mesa: move #include "bitset.h" out of mtypes.h - not needed in core Mesa
This commit is contained in:
parent
079554a480
commit
b7ebc270a4
2 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue