summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MIUtilSystemLinux.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/lldb-mi/MIUtilSystemLinux.cpp')
-rw-r--r--lldb/tools/lldb-mi/MIUtilSystemLinux.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/lldb/tools/lldb-mi/MIUtilSystemLinux.cpp b/lldb/tools/lldb-mi/MIUtilSystemLinux.cpp
index 9c4deb45d9d..d23c1646055 100644
--- a/lldb/tools/lldb-mi/MIUtilSystemLinux.cpp
+++ b/lldb/tools/lldb-mi/MIUtilSystemLinux.cpp
@@ -19,10 +19,7 @@
// Copyright: None.
//--
-// Include compiler configuration
-#include "MICmnConfig.h"
-
-#if defined( __FreeBSD__ ) || defined( __linux__ )
+#if defined( __FreeBSD__ ) || defined( __linux )
// In-house headers:
#include "MIUtilSystemLinux.h"
@@ -119,4 +116,4 @@ bool CMIUtilSystemLinux::GetLogFilesPath( CMIUtilString & vrwFileNamePath ) cons
return MIstatus::success;
}
-#endif // #if defined( __linux__ )
+#endif // #if defined( __linux )
OpenPOWER on IntegriCloud