gdb-remote: reduce some inclusion of Target/Process.h

Reduce the inclusion of Target/Process.h to help isolate why Process is being
preserved during the build of `lldb-server`.

llvm-svn: 359811
This commit is contained in:
Saleem Abdulrasool
2019-05-02 18:15:03 +00:00
parent c7c3cf685d
commit bd689b9c6b
8 changed files with 8 additions and 7 deletions

View File

@@ -25,7 +25,6 @@
#include "lldb/Host/Host.h"
#include "lldb/Host/HostInfo.h"
#include "lldb/Target/Platform.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/UnixSignals.h"
#include "lldb/Utility/JSON.h"
#include "lldb/Utility/Log.h"