summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_context.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-06-27 00:45:36 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-06-27 00:45:36 +0000
commit84f8d7aafb40b5bcadfefc86e0b4e0ba0646974d (patch)
treee5bbc0d9ff77a3b015014c1847692f4a2ba6642e /src/mesa/tnl/t_context.c
parent39a488ed63fdca1427124439e78ff1b0e9c5454a (diff)
include t_vp_build.h
Diffstat (limited to 'src/mesa/tnl/t_context.c')
-rw-r--r--src/mesa/tnl/t_context.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c
index a6a7cdc738..dab0eb61b0 100644
--- a/src/mesa/tnl/t_context.c
+++ b/src/mesa/tnl/t_context.c
@@ -37,12 +37,13 @@
#include "vtxfmt.h"
#include "nvfragprog.h"
-#include "t_context.h"
+#include "tnl.h"
#include "t_array_api.h"
-#include "t_vtx_api.h"
-#include "t_save_api.h"
+#include "t_context.h"
#include "t_pipeline.h"
-#include "tnl.h"
+#include "t_save_api.h"
+#include "t_vp_build.h"
+#include "t_vtx_api.h"