summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-03-03 21:51:25 +0000
committerZachary Turner <zturner@google.com>2015-03-03 21:51:25 +0000
commit93749ab3cfff19115bf46d6424939cfddba906cc (patch)
tree295c3c7a3aea4ff8c8103e0ea57e87fe9c82441f /lldb/source/API
parent49cfb8166598aad9b1785c3ec614ebdf75e037f8 (diff)
downloadbcm5719-llvm-93749ab3cfff19115bf46d6424939cfddba906cc.tar.gz
bcm5719-llvm-93749ab3cfff19115bf46d6424939cfddba906cc.zip
Further reduce the header footprint of Process.h
No functional change here, only deletes unnecessary headers and moves one function's body from the .h file to the .cpp. llvm-svn: 231145
Diffstat (limited to 'lldb/source/API')
-rw-r--r--lldb/source/API/SBThread.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/lldb/source/API/SBThread.cpp b/lldb/source/API/SBThread.cpp
index 9fe0d029496..03dab63a3e5 100644
--- a/lldb/source/API/SBThread.cpp
+++ b/lldb/source/API/SBThread.cpp
@@ -21,12 +21,13 @@
#include "lldb/Core/StreamFile.h"
#include "lldb/Core/StructuredData.h"
#include "lldb/Interpreter/CommandInterpreter.h"
+#include "lldb/Symbol/SymbolContext.h"
+#include "lldb/Symbol/CompileUnit.h"
#include "lldb/Target/SystemRuntime.h"
#include "lldb/Target/Thread.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/Queue.h"
-#include "lldb/Symbol/SymbolContext.h"
-#include "lldb/Symbol/CompileUnit.h"
+#include "lldb/Target/UnixSignals.h"
#include "lldb/Target/StopInfo.h"
#include "lldb/Target/Target.h"
#include "lldb/Target/ThreadPlan.h"
OpenPOWER on IntegriCloud