diff options
Diffstat (limited to 'lldb/tools/driver/Platform.h')
-rw-r--r-- | lldb/tools/driver/Platform.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/tools/driver/Platform.h b/lldb/tools/driver/Platform.h index f1fe1e4aac1..faa2991bf6f 100644 --- a/lldb/tools/driver/Platform.h +++ b/lldb/tools/driver/Platform.h @@ -18,9 +18,8 @@ #include <io.h> #include <eh.h> #include <inttypes.h> - #include "ELWrapper.h" #include "lldb/Host/windows/Windows.h" - #include "GetOptWrapper.h" + #include "lldb/Host/HostGetOpt.h" struct timeval { |