diff options
author | Brian Paul <brianp@vmware.com> | 2015-03-03 17:15:05 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2015-03-04 08:33:48 -0700 |
commit | 8aa9191878a5608fc6e4e8c72bea1d25cd821dec (patch) | |
tree | a94f55090881e4fb312acea74c03e37966b5c79b /src/mapi/entry.h | |
parent | 4ab713423ffbdb885910f0c0efcabb594e55d227 (diff) |
mapi: remove u_compiler.h
Just include c99_compat.h or util/macros.h where needed.
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/mapi/entry.h')
-rw-r--r-- | src/mapi/entry.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |