summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Android/AdbClient.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-03-22 18:40:07 +0000
committerZachary Turner <zturner@google.com>2017-03-22 18:40:07 +0000
commit5713a05b5b7a5870b953f007c450ad195626e822 (patch)
treea14aeea1a271f4bef0d98518d9902aa49413fadd /lldb/source/Plugins/Platform/Android/AdbClient.cpp
parentbbd17224d856e81cec5e1874925d0fccffaac071 (diff)
downloadbcm5719-llvm-5713a05b5b7a5870b953f007c450ad195626e822.tar.gz
bcm5719-llvm-5713a05b5b7a5870b953f007c450ad195626e822.zip
Move FileSpec from Host -> Utility.
llvm-svn: 298536
Diffstat (limited to 'lldb/source/Plugins/Platform/Android/AdbClient.cpp')
-rw-r--r--lldb/source/Plugins/Platform/Android/AdbClient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/Android/AdbClient.cpp b/lldb/source/Plugins/Platform/Android/AdbClient.cpp
index bcbcf441df4..ee18aa09f87 100644
--- a/lldb/source/Plugins/Platform/Android/AdbClient.cpp
+++ b/lldb/source/Plugins/Platform/Android/AdbClient.cpp
@@ -16,13 +16,13 @@
#include "llvm/Support/FileUtilities.h"
#include "lldb/Host/ConnectionFileDescriptor.h"
-#include "lldb/Host/FileSpec.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Host/PosixApi.h"
#include "lldb/Utility/DataBuffer.h"
#include "lldb/Utility/DataBufferHeap.h"
#include "lldb/Utility/DataEncoder.h"
#include "lldb/Utility/DataExtractor.h"
+#include "lldb/Utility/FileSpec.h"
#include "lldb/Utility/StreamString.h"
#include <limits.h>
OpenPOWER on IntegriCloud