aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectProcess.cpp
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/Commands/CommandObjectProcess.cpp
parent49cfb8166598aad9b1785c3ec614ebdf75e037f8 (diff)
downloadllvm-93749ab3cfff19115bf46d6424939cfddba906cc.zip
llvm-93749ab3cfff19115bf46d6424939cfddba906cc.tar.gz
llvm-93749ab3cfff19115bf46d6424939cfddba906cc.tar.bz2
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/Commands/CommandObjectProcess.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectProcess.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectProcess.cpp b/lldb/source/Commands/CommandObjectProcess.cpp
index 85206d4..487a979 100644
--- a/lldb/source/Commands/CommandObjectProcess.cpp
+++ b/lldb/source/Commands/CommandObjectProcess.cpp
@@ -32,6 +32,7 @@
#include "lldb/Target/StopInfo.h"
#include "lldb/Target/Target.h"
#include "lldb/Target/Thread.h"
+#include "lldb/Target/UnixSignals.h"
using namespace lldb;
using namespace lldb_private;