diff options
| -rw-r--r-- | lld/include/lld/Core/Parallel.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lld/include/lld/Core/Parallel.h b/lld/include/lld/Core/Parallel.h index 91fde2fbcd0..c31a1ece6f4 100644 --- a/lld/include/lld/Core/Parallel.h +++ b/lld/include/lld/Core/Parallel.h @@ -14,18 +14,12 @@ #include "lld/Core/LLVM.h" #include "lld/Core/range.h" #include "llvm/Support/MathExtras.h" - -#ifdef _MSC_VER -// concrt.h depends on eh.h for __uncaught_exception declaration -// even if we disable exceptions. -#include <eh.h> -#endif +#include "llvm/Support/thread.h" #include <algorithm> #include <atomic> #include <condition_variable> #include <mutex> -#include <thread> #include <stack> #ifdef _MSC_VER |

