diff options
Diffstat (limited to 'lldb/tools')
| -rw-r--r-- | lldb/tools/driver/Platform.h | 1 | ||||
| -rw-r--r-- | lldb/tools/lldb-mi/MIUtilThreadBaseStd.h | 3 | ||||
| -rw-r--r-- | lldb/tools/lldb-mi/Platform.h | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/lldb/tools/driver/Platform.h b/lldb/tools/driver/Platform.h index 3af2e19cbc4..521c5a1ccbb 100644 --- a/lldb/tools/driver/Platform.h +++ b/lldb/tools/driver/Platform.h @@ -15,7 +15,6 @@ #include "lldb/Host/HostGetOpt.h" #include <io.h> #if defined(_MSC_VER) -#include <eh.h> #include <signal.h> #endif #include "lldb/Host/windows/windows.h" diff --git a/lldb/tools/lldb-mi/MIUtilThreadBaseStd.h b/lldb/tools/lldb-mi/MIUtilThreadBaseStd.h index cfff7d459b4..20b8fad9947 100644 --- a/lldb/tools/lldb-mi/MIUtilThreadBaseStd.h +++ b/lldb/tools/lldb-mi/MIUtilThreadBaseStd.h @@ -10,9 +10,6 @@ #pragma once // Third party headers: -#ifdef _MSC_VER -#include <eh.h> -#endif // _MSC_VER #include <mutex> #include <thread> diff --git a/lldb/tools/lldb-mi/Platform.h b/lldb/tools/lldb-mi/Platform.h index 1b6ff554992..ce2de1b6e97 100644 --- a/lldb/tools/lldb-mi/Platform.h +++ b/lldb/tools/lldb-mi/Platform.h @@ -10,7 +10,6 @@ #if defined(_MSC_VER) -#include <eh.h> #include <inttypes.h> #include <io.h> #include <signal.h> |

