summaryrefslogtreecommitdiffstats
path: root/src/mapi/u_current.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-03-03 17:15:05 -0700
committerBrian Paul <[email protected]>2015-03-04 08:33:48 -0700
commit8aa9191878a5608fc6e4e8c72bea1d25cd821dec (patch)
treea94f55090881e4fb312acea74c03e37966b5c79b /src/mapi/u_current.h
parent4ab713423ffbdb885910f0c0efcabb594e55d227 (diff)
mapi: remove u_compiler.h
Just include c99_compat.h or util/macros.h where needed. Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/mapi/u_current.h')
-rw-r--r--src/mapi/u_current.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mapi/u_current.h b/src/mapi/u_current.h
index 252e696c571..ea4f8172346 100644
--- a/src/mapi/u_current.h
+++ b/src/mapi/u_current.h
@@ -1,6 +1,10 @@
#ifndef _U_CURRENT_H_
#define _U_CURRENT_H_
+#include "c99_compat.h"
+#include "util/macros.h"
+
+
#if defined(MAPI_MODE_UTIL) || defined(MAPI_MODE_GLAPI) || \
defined(MAPI_MODE_BRIDGE)
@@ -24,8 +28,6 @@
#else /* MAPI_MODE_UTIL || MAPI_MODE_GLAPI || MAPI_MODE_BRIDGE */
-#include "u_compiler.h"
-
struct mapi_table;
#ifdef GLX_USE_TLS