summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2015-07-07 10:08:41 +0000
committerPavel Labath <labath@google.com>2015-07-07 10:08:41 +0000
commitf805e1905cc703b23cbd1ee1987e1a2967ee2759 (patch)
treea626919b17471ff9342dd7132f12c744d19d00b6 /lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
parent61db9ebdead9e54d6fd362cf3141a03b9337e066 (diff)
downloadbcm5719-llvm-f805e1905cc703b23cbd1ee1987e1a2967ee2759.tar.gz
bcm5719-llvm-f805e1905cc703b23cbd1ee1987e1a2967ee2759.zip
Fix cmake build after recent JSON changes
I have moved StringExtractor.h into the include/ folder so that it can be properly included by everyone. llvm-svn: 241572
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp')
-rw-r--r--lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
index 0142935b2b2..41d6b7674a0 100644
--- a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
+++ b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
@@ -40,10 +40,10 @@
#include "lldb/Target/Target.h"
#include "lldb/Utility/LLDBAssert.h"
#include "lldb/Utility/PseudoTerminal.h"
+#include "lldb/Utility/StringExtractor.h"
#include "Plugins/Process/POSIX/ProcessPOSIXLog.h"
#include "Plugins/Process/Utility/LinuxSignals.h"
-#include "Utility/StringExtractor.h"
#include "NativeThreadLinux.h"
#include "ProcFileReader.h"
#include "Procfs.h"
OpenPOWER on IntegriCloud