From 70dd0126bd25f2cc2fedae60281ab5c256cb8664 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Tue, 31 Oct 2006 11:40:31 +0000 Subject: pickup structs from vbo.h --- src/mesa/tnl/t_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/tnl/t_context.h') 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 -- cgit v1.2.3