aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectLog.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/Commands/CommandObjectLog.cpp
parentbbd17224d856e81cec5e1874925d0fccffaac071 (diff)
downloadllvm-5713a05b5b7a5870b953f007c450ad195626e822.zip
llvm-5713a05b5b7a5870b953f007c450ad195626e822.tar.gz
llvm-5713a05b5b7a5870b953f007c450ad195626e822.tar.bz2
Move FileSpec from Host -> Utility.
llvm-svn: 298536
Diffstat (limited to 'lldb/source/Commands/CommandObjectLog.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectLog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectLog.cpp b/lldb/source/Commands/CommandObjectLog.cpp
index 0355a53..a1e6129 100644
--- a/lldb/source/Commands/CommandObjectLog.cpp
+++ b/lldb/source/Commands/CommandObjectLog.cpp
@@ -16,7 +16,6 @@
#include "lldb/Core/Module.h"
#include "lldb/Core/StreamFile.h"
#include "lldb/Core/Timer.h"
-#include "lldb/Host/FileSpec.h"
#include "lldb/Host/StringConvert.h"
#include "lldb/Interpreter/Args.h"
#include "lldb/Interpreter/CommandInterpreter.h"
@@ -28,6 +27,7 @@
#include "lldb/Symbol/SymbolVendor.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/Target.h"
+#include "lldb/Utility/FileSpec.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/RegularExpression.h"
#include "lldb/Utility/Stream.h"