summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-02-08 05:05:52 +0000
committerGreg Clayton <gclayton@apple.com>2011-02-08 05:05:52 +0000
commit53239f00b5663b05f0e8f2fe47bf8604778ae00d (patch)
tree7151cd4fd3184b8d3fe014e01ffb35607f9355bf /lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
parent242e0ad7291fa279f4bbd57f064fed530022f47b (diff)
downloadbcm5719-llvm-53239f00b5663b05f0e8f2fe47bf8604778ae00d.tar.gz
bcm5719-llvm-53239f00b5663b05f0e8f2fe47bf8604778ae00d.zip
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
Diffstat (limited to 'lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h')
-rw-r--r--lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h b/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
index 88aba019ead..81730293cc1 100644
--- a/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
+++ b/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
@@ -14,7 +14,7 @@
#include "lldb/Core/ArchSpec.h"
#include "lldb/Core/ConstString.h"
-#include "lldb/Core/FileSpec.h"
+#include "lldb/Host/FileSpec.h"
#include "lldb/Core/UniqueCStringMap.h"
#include "lldb/Host/TimeValue.h"
OpenPOWER on IntegriCloud