mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
intel: remove old #includes
This commit is contained in:
parent
aae2729aeb
commit
d555cdbe3e
1 changed files with 1 additions and 9 deletions
|
|
@ -29,8 +29,6 @@
|
|||
#include "main/glheader.h"
|
||||
#include "main/context.h"
|
||||
#include "main/extensions.h"
|
||||
//#include "main/matrix.h"
|
||||
//#include "main/simple_list.h"
|
||||
#include "main/framebuffer.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/points.h"
|
||||
|
|
@ -38,21 +36,14 @@
|
|||
#include "swrast/swrast.h"
|
||||
#include "swrast_setup/swrast_setup.h"
|
||||
#include "tnl/tnl.h"
|
||||
|
||||
//#include "tnl/t_pipeline.h"
|
||||
//#include "tnl/t_vertex.h"
|
||||
|
||||
#include "drivers/common/driverfuncs.h"
|
||||
|
||||
#include "intel_screen.h"
|
||||
|
||||
#include "i830_dri.h"
|
||||
|
||||
#include "intel_chipset.h"
|
||||
#include "intel_buffers.h"
|
||||
#include "intel_tex.h"
|
||||
#include "intel_batchbuffer.h"
|
||||
//#include "intel_blit.h"
|
||||
#include "intel_clear.h"
|
||||
#include "intel_extensions.h"
|
||||
#include "intel_pixel.h"
|
||||
|
|
@ -61,6 +52,7 @@
|
|||
#include "intel_fbo.h"
|
||||
#include "intel_decode.h"
|
||||
#include "intel_bufmgr.h"
|
||||
#include "intel_screen.h"
|
||||
#include "intel_swapbuffers.h"
|
||||
|
||||
#include "drirenderbuffer.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue