[Mesa-dev] [PATCH 04/11] mesa: move #include of mtypes.h outside __cplusplus check

Brian Paul brianp at vmware.com
Mon Dec 15 16:20:56 PST 2014


---
 src/mesa/main/errors.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/mesa/main/errors.h b/src/mesa/main/errors.h
index 89d4d58..0c521c0 100644
--- a/src/mesa/main/errors.h
+++ b/src/mesa/main/errors.h
@@ -38,14 +38,13 @@
 
 #include "compiler.h"
 #include "glheader.h"
+#include "mtypes.h"
 
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-#include "mtypes.h"
-
 struct _glapi_table;
 
 extern void
-- 
1.9.1



More information about the mesa-dev mailing list