diff options
author | Brian Paul <[email protected]> | 2015-03-04 19:17:57 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-03-05 06:59:43 -0700 |
commit | 9385c592c68e7304cd9084fe17f27ec17319cdcf (patch) | |
tree | 3aadc5de83850af395c7c77875d4007d87fc240a /src/mapi/Makefile.sources | |
parent | 262cd683e22ec64645a50b558f91001b75ea2000 (diff) |
mapi: remove u_thread.h
Just use c11 threads directly.
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/mapi/Makefile.sources')
-rw-r--r-- | src/mapi/Makefile.sources | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mapi/Makefile.sources b/src/mapi/Makefile.sources index 4e92f5edfeb..07063f390c9 100644 --- a/src/mapi/Makefile.sources +++ b/src/mapi/Makefile.sources @@ -18,8 +18,7 @@ MAPI_UTIL_FILES = \ u_current.c \ u_current.h \ u_execmem.c \ - u_execmem.h \ - u_thread.h + u_execmem.h MAPI_BRIDGE_FILES = \ entry.c \ |