summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2006-10-31 11:40:31 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2006-10-31 11:40:31 +0000
commit70dd0126bd25f2cc2fedae60281ab5c256cb8664 (patch)
tree31e5b39ad76f7d3c1378668c25d1c10eac3ca625 /src/mesa/tnl/t_context.h
parent1f07439fe8c6803f70a27a1cdb9d76360ae40571 (diff)
pickup structs from vbo.h
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r--src/mesa/tnl/t_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h
index 28d1b7faab..a872f26177 100644
--- a/src/mesa/tnl/t_context.h
+++ b/src/mesa/tnl/t_context.h
@@ -56,7 +56,7 @@
#include "math/m_vector.h"
#include "math/m_xform.h"
-#include "vbo/vbo_attrib.h"
+#include "vbo/vbo.h"
#define MAX_PIPELINE_STAGES 30