summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.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/MacOSX/PlatformRemoteAppleTV.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/MacOSX/PlatformRemoteAppleTV.cpp')
-rw-r--r--lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
index 972fd8d1b26..05d1bd49daf 100644
--- a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
+++ b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
@@ -22,11 +22,11 @@
#include "lldb/Core/ModuleList.h"
#include "lldb/Core/ModuleSpec.h"
#include "lldb/Core/PluginManager.h"
-#include "lldb/Host/FileSpec.h"
#include "lldb/Host/Host.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/Target.h"
#include "lldb/Utility/Error.h"
+#include "lldb/Utility/FileSpec.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/StreamString.h"
OpenPOWER on IntegriCloud