Skip to content

Commit 4b68df9

Browse files
Remove the bits for ErrorHandling.cpp.
1 parent bb7070e commit 4b68df9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/Support/ErrorHandling.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@
1818
#include "llvm/Config/config.h"
1919
#include "llvm/Config/llvm-config.h" // for LLVM_ENABLE_THREADS
2020
#include "llvm/Support/Debug.h"
21+
#include "llvm/Support/Errc.h"
22+
#include "llvm/Support/Error.h"
2123
#include "llvm/Support/Process.h"
2224
#include "llvm/Support/Signals.h"
2325
#include "llvm/Support/Threading.h"
26+
#include "llvm/Support/WindowsError.h"
2427
#include "llvm/Support/raw_ostream.h"
2528
#include <cassert>
2629
#include <cstdlib>

0 commit comments

Comments
 (0)