mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
remove unneeded #includes
This commit is contained in:
parent
41c8b71871
commit
73347516be
4 changed files with 0 additions and 8 deletions
|
|
@ -87,7 +87,6 @@
|
|||
#include "nvprogram.h"
|
||||
#endif
|
||||
#if FEATURE_NV_fragment_program
|
||||
#include "nvfragprog.h"
|
||||
#include "nvprogram.h"
|
||||
#include "program.h"
|
||||
#include "texenvprogram.h"
|
||||
|
|
|
|||
|
|
@ -33,16 +33,13 @@
|
|||
#include "colortab.h"
|
||||
#include "context.h"
|
||||
#include "enums.h"
|
||||
#include "extensions.h"
|
||||
#include "macros.h"
|
||||
#include "nvfragprog.h"
|
||||
#include "texobj.h"
|
||||
#include "teximage.h"
|
||||
#include "texstate.h"
|
||||
#include "texenvprogram.h"
|
||||
#include "mtypes.h"
|
||||
#include "math/m_xform.h"
|
||||
#include "math/m_matrix.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@
|
|||
#include "dlist.h"
|
||||
#include "light.h"
|
||||
#include "vtxfmt.h"
|
||||
#include "nvfragprog.h"
|
||||
|
||||
#include "tnl.h"
|
||||
#include "t_array_api.h"
|
||||
|
|
|
|||
|
|
@ -44,9 +44,6 @@
|
|||
#include "macros.h"
|
||||
#include "imports.h"
|
||||
#include "mtypes.h"
|
||||
#include "nvfragprog.h"
|
||||
#include "math/m_matrix.h"
|
||||
#include "math/m_xform.h"
|
||||
|
||||
#include "t_pipeline.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue