diff options
author | Brian Paul <brianp@vmware.com> | 2009-02-28 10:08:22 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-02-28 10:08:22 -0700 |
commit | b7ebc270a4b464eb2136e9c45fdfeed798c007c8 (patch) | |
tree | f33a5522cfdc5e93bccd82b49fa5668fa53bbdce /src/mesa/main | |
parent | 079554a480f62674b27cea5ff8bb655589e06166 (diff) |
mesa: move #include "bitset.h" out of mtypes.h - not needed in core Mesa
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/mtypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 2801f61948..f608ac42a8 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 */ |