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/remap.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/main/remap.h') diff --git a/src/mesa/main/remap.h b/src/mesa/main/remap.h index 7199169d3c0..9d91b83c1c2 100644 --- a/src/mesa/main/remap.h +++ b/src/mesa/main/remap.h @@ -27,8 +27,6 @@ #define REMAP_H -#include "main/compiler.h" - struct gl_function_pool_remap { int pool_index; int remap_index; -- cgit v1.2.3