summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_context.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-28 10:08:22 -0700
committerBrian Paul <brianp@vmware.com>2009-02-28 10:08:22 -0700
commitb7ebc270a4b464eb2136e9c45fdfeed798c007c8 (patch)
treef33a5522cfdc5e93bccd82b49fa5668fa53bbdce /src/mesa/tnl/t_context.h
parent079554a480f62674b27cea5ff8bb655589e06166 (diff)
mesa: move #include "bitset.h" out of mtypes.h - not needed in core Mesa
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r--src/mesa/tnl/t_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h
index 0a6ce04614..c19eb3df3c 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"