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/math/m_translate.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/math') diff --git a/src/mesa/math/m_translate.h b/src/mesa/math/m_translate.h index bdfa4c7..62f676c 100644 --- a/src/mesa/math/m_translate.h +++ b/src/mesa/math/m_translate.h @@ -26,7 +26,6 @@ #ifndef _M_TRANSLATE_H_ #define _M_TRANSLATE_H_ -#include "main/compiler.h" #include "main/glheader.h" /** -- cgit v1.1