From 775049b6adb3f83b7c00cfc06088c443aef0b514 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 26 Feb 2015 13:03:05 -0700 Subject: mesa: trim down includes of compiler.h In some cases, glheader.h is the right #include. Also remove some instances of struct _glapi_table declarations. Acked-by: Matt Turner --- src/mesa/main/atifragshader.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mesa/main/atifragshader.h') diff --git a/src/mesa/main/atifragshader.h b/src/mesa/main/atifragshader.h index afaea009db8..59011341018 100644 --- a/src/mesa/main/atifragshader.h +++ b/src/mesa/main/atifragshader.h @@ -8,10 +8,9 @@ #ifndef ATIFRAGSHADER_H #define ATIFRAGSHADER_H -#include "compiler.h" #include "glheader.h" -struct _glapi_table; + struct gl_context; #define MAX_NUM_INSTRUCTIONS_PER_PASS_ATI 8 -- cgit v1.2.3