From 53239f00b5663b05f0e8f2fe47bf8604778ae00d Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Tue, 8 Feb 2011 05:05:52 +0000 Subject: Moved FileSpec into the Host layer since it will vary from host to host. We have a common unix implementation in lldb/source/Host/common/FileSpec.cpp. llvm-svn: 125078 --- lldb/source/Interpreter/CommandObject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Interpreter/CommandObject.cpp') diff --git a/lldb/source/Interpreter/CommandObject.cpp b/lldb/source/Interpreter/CommandObject.cpp index e53b111bdf1..29589a909ec 100644 --- a/lldb/source/Interpreter/CommandObject.cpp +++ b/lldb/source/Interpreter/CommandObject.cpp @@ -21,7 +21,7 @@ // These are for the Sourcename completers. // FIXME: Make a separate file for the completers. -#include "lldb/Core/FileSpec.h" +#include "lldb/Host/FileSpec.h" #include "lldb/Core/FileSpecList.h" #include "lldb/Target/Process.h" #include "lldb/Target/Target.h" -- cgit v1.2.3