diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-16 16:25:08 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-16 16:25:08 -0800 |
commit | 1cb0ec225dd97470208cc9e3b59cf35d8f4e3a0b (patch) | |
tree | 4cd531366cc90a7521d363e5561c25e9e5328b20 /system/include/libcxx/mutex | |
parent | cf5947187de4390ad0440940f323470b37befbc8 (diff) |
restore libcxx to pristine state, undoing all our hacks, and work towards fixing test_exceptions given that
Diffstat (limited to 'system/include/libcxx/mutex')
-rw-r--r-- | system/include/libcxx/mutex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/include/libcxx/mutex b/system/include/libcxx/mutex index b79201a5..297baca5 100644 --- a/system/include/libcxx/mutex +++ b/system/include/libcxx/mutex @@ -178,7 +178,6 @@ template<class Callable, class ...Args> #ifndef _LIBCPP_HAS_NO_VARIADICS #include <tuple> #endif -#include "sched.h" /* XXX Emscripten */ #pragma GCC system_header |