diff options
Diffstat (limited to 'src/mesa/tnl/t_context.c')
-rw-r--r-- | src/mesa/tnl/t_context.c | 9 |
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" |