summaryrefslogtreecommitdiffstats
path: root/src/mapi/u_compiler.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_compiler.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_compiler.h')
-rw-r--r--src/mapi/u_compiler.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mapi/u_compiler.h b/src/mapi/u_compiler.h
deleted file mode 100644
index cd80f681141..00000000000
--- a/src/mapi/u_compiler.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef _U_COMPILER_H_
-#define _U_COMPILER_H_
-
-#include "c99_compat.h" /* inline, __func__, etc. */
-#include "util/macros.h"
-
-#endif /* _U_COMPILER_H_ */