mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
tnl: Reduce header file inclusion in t_context.h.
t_context.h Remove m_matrix.h and m_xform.h. t_vb_program.c Include m_xform.h. t_vb_render.c Include m_xform.h.
This commit is contained in:
parent
2154dfa701
commit
f4511c4835
3 changed files with 2 additions and 2 deletions
|
|
@ -53,9 +53,7 @@
|
|||
#include "main/bitset.h"
|
||||
#include "main/mtypes.h"
|
||||
|
||||
#include "math/m_matrix.h"
|
||||
#include "math/m_vector.h"
|
||||
#include "math/m_xform.h"
|
||||
|
||||
#include "vbo/vbo.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
#include "main/colormac.h"
|
||||
#include "main/macros.h"
|
||||
#include "main/imports.h"
|
||||
#include "math/m_xform.h"
|
||||
#include "program/prog_instruction.h"
|
||||
#include "program/prog_statevars.h"
|
||||
#include "program/prog_execute.h"
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@
|
|||
#include "main/macros.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "math/m_xform.h"
|
||||
|
||||
#include "t_pipeline.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue