From 40af72e1063d72a00d47fe23816412029efc55ee Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Tue, 15 Jun 2010 19:49:27 +0000 Subject: Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. llvm-svn: 106034 --- lldb/source/Commands/CommandObjectApropos.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/source/Commands/CommandObjectApropos.cpp') diff --git a/lldb/source/Commands/CommandObjectApropos.cpp b/lldb/source/Commands/CommandObjectApropos.cpp index 0fcc093901f..bdb70df1a32 100644 --- a/lldb/source/Commands/CommandObjectApropos.cpp +++ b/lldb/source/Commands/CommandObjectApropos.cpp @@ -13,8 +13,8 @@ // C++ Includes // Other libraries and framework includes // Project includes -#include "lldb/Core/Args.h" -#include "lldb/Core/Options.h" +#include "lldb/Interpreter/Args.h" +#include "lldb/Interpreter/Options.h" #include "lldb/Interpreter/CommandInterpreter.h" #include "lldb/Interpreter/CommandReturnObject.h" -- cgit v1.2.3