diff options
author | Zachary Turner <zturner@google.com> | 2017-03-22 18:40:07 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2017-03-22 18:40:07 +0000 |
commit | 5713a05b5b7a5870b953f007c450ad195626e822 (patch) | |
tree | a14aeea1a271f4bef0d98518d9902aa49413fadd /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | bbd17224d856e81cec5e1874925d0fccffaac071 (diff) | |
download | bcm5719-llvm-5713a05b5b7a5870b953f007c450ad195626e822.tar.gz bcm5719-llvm-5713a05b5b7a5870b953f007c450ad195626e822.zip |
Move FileSpec from Host -> Utility.
llvm-svn: 298536
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp index 3eb3152f03d..c4ae5e36d9a 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp @@ -39,7 +39,6 @@ #include "lldb/Core/Value.h" #include "lldb/DataFormatters/FormatManager.h" #include "lldb/Host/ConnectionFileDescriptor.h" -#include "lldb/Host/FileSpec.h" #include "lldb/Host/FileSystem.h" #include "lldb/Host/HostThread.h" #include "lldb/Host/PseudoTerminal.h" @@ -65,6 +64,7 @@ #include "lldb/Target/TargetList.h" #include "lldb/Target/ThreadPlanCallFunction.h" #include "lldb/Utility/CleanUp.h" +#include "lldb/Utility/FileSpec.h" #include "lldb/Utility/StreamString.h" // Project includes |