mapi: use util/macros.h instead of locally defined macros
[mesa.git] / src / mapi / u_compiler.h
1 #ifndef _U_COMPILER_H_
2 #define _U_COMPILER_H_
3
4 #include "c99_compat.h" /* inline, __func__, etc. */
5 #include "util/macros.h"
6
7 #endif /* _U_COMPILER_H_ */