diff options
author | Keith Whitwell <[email protected]> | 2006-10-31 11:40:31 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-10-31 11:40:31 +0000 |
commit | 70dd0126bd25f2cc2fedae60281ab5c256cb8664 (patch) | |
tree | 31e5b39ad76f7d3c1378668c25d1c10eac3ca625 /src | |
parent | 1f07439fe8c6803f70a27a1cdb9d76360ae40571 (diff) |
pickup structs from vbo.h
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/tnl/t_context.c | 2 | ||||
-rw-r--r-- | src/mesa/tnl/t_context.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c index 851a0672d42..5d6b6dd97da 100644 --- a/src/mesa/tnl/t_context.c +++ b/src/mesa/tnl/t_context.c @@ -38,7 +38,7 @@ #include "t_pipeline.h" #include "t_vp_build.h" -#include "vbo/vbo_attrib.h" +#include "vbo/vbo.h" GLboolean _tnl_CreateContext( GLcontext *ctx ) diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h index 28d1b7faabe..a872f261775 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 |