summaryrefslogtreecommitdiffstats
path: root/src/mesa/math
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-02-26 13:03:05 -0700
committerBrian Paul <brianp@vmware.com>2015-03-02 08:55:30 -0700
commit775049b6adb3f83b7c00cfc06088c443aef0b514 (patch)
tree8e2952491e6c5f31f603648a4bb3bb9bde7eae26 /src/mesa/math
parentfa5140bb18422da570958a58a4bd0cec718402e7 (diff)
downloadexternal_mesa3d-775049b6adb3f83b7c00cfc06088c443aef0b514.zip
external_mesa3d-775049b6adb3f83b7c00cfc06088c443aef0b514.tar.gz
external_mesa3d-775049b6adb3f83b7c00cfc06088c443aef0b514.tar.bz2
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 <mattst88@gmail.com>
Diffstat (limited to 'src/mesa/math')
-rw-r--r--src/mesa/math/m_translate.h1
1 files changed, 0 insertions, 1 deletions
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"
/**