diff options
Diffstat (limited to 'lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp')
-rw-r--r-- | lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp b/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp index 865a139e6e8..fae4662299e 100644 --- a/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp +++ b/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp @@ -20,9 +20,9 @@ #include "lldb/API/SBUnixSignals.h" #include "llvm/Support/Compiler.h" #ifdef _WIN32 -#include <io.h> // For the ::_access() +#include <io.h> #else -#include <unistd.h> // For the ::access() +#include <unistd.h> #endif // _WIN32 // In-house headers: @@ -39,7 +39,7 @@ #include "MICmnStreamStdout.h" #include "MIDriver.h" #include "MIUtilDebug.h" -#include "Platform.h" // for PATH_MAX +#include "Platform.h" #include <algorithm> |