From 6fcec5900e359bc73eeb69ce4a305c5df08cfe5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Mon, 29 Nov 2021 07:52:10 -0500 Subject: [PATCH] mesa: include less stuff in dlist.c Reviewed-by: Pierre-Eric Pelloux-Prayer Part-of: --- src/mesa/main/dlist.c | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 9ad9cfffaaf..e5f0576c684 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -29,50 +29,23 @@ * Display lists management functions. */ -#include "c99_math.h" -#include "glheader.h" - #include "api_arrayelt.h" -#include "api_exec.h" #include "draw_validate.h" -#include "atifragshader.h" -#include "config.h" -#include "bufferobj.h" #include "arrayobj.h" -#include "context.h" -#include "dlist.h" #include "enums.h" #include "eval.h" -#include "fbobject.h" -#include "framebuffer.h" -#include "glapi/glapi.h" -#include "glformats.h" #include "hash.h" #include "image.h" #include "light.h" -#include "macros.h" #include "pack.h" #include "pbo.h" -#include "queryobj.h" -#include "samplerobj.h" -#include "shaderapi.h" -#include "syncobj.h" #include "teximage.h" -#include "texstorage.h" -#include "mtypes.h" #include "varray.h" -#include "arbprogram.h" -#include "transformfeedback.h" #include "glthread_marshal.h" -#include "math/m_matrix.h" - #include "main/dispatch.h" -#include "vbo/vbo.h" -#include "vbo/vbo_util.h" #include "vbo/vbo_save.h" -#include "util/format_r11g11b10f.h" #include "util/u_inlines.h" #include "util/u_memory.h"