diff options
author | Brian Paul <[email protected]> | 2015-03-03 17:15:05 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-03-04 08:33:48 -0700 |
commit | 8aa9191878a5608fc6e4e8c72bea1d25cd821dec (patch) | |
tree | a94f55090881e4fb312acea74c03e37966b5c79b /src/mapi/Makefile.sources | |
parent | 4ab713423ffbdb885910f0c0efcabb594e55d227 (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/Makefile.sources')
-rw-r--r-- | src/mapi/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mapi/Makefile.sources b/src/mapi/Makefile.sources index 41dbb24c839..a1796626d5e 100644 --- a/src/mapi/Makefile.sources +++ b/src/mapi/Makefile.sources @@ -15,7 +15,6 @@ # this mode, compile MAPI_BRIDGE_FILES with MAPI_MODE_BRIDGE defined. MAPI_UTIL_FILES = \ - u_compiler.h \ u_current.c \ u_current.h \ u_execmem.c \ |