From 8aa9191878a5608fc6e4e8c72bea1d25cd821dec Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 3 Mar 2015 17:15:05 -0700 Subject: mapi: remove u_compiler.h Just include c99_compat.h or util/macros.h where needed. Reviewed-by: Jose Fonseca --- src/mapi/entry.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mapi/entry.h') diff --git a/src/mapi/entry.h b/src/mapi/entry.h index dba1c06a39..7c8137c0ca 100644 --- a/src/mapi/entry.h +++ b/src/mapi/entry.h @@ -28,7 +28,6 @@ #ifndef _ENTRY_H_ #define _ENTRY_H_ -#include "u_compiler.h" typedef void (*mapi_func)(void); -- cgit v1.2.3