[Lldb-commits] [lldb] r133755 - in /lldb/trunk: include/lldb/Core/FormatManager.h source/Interpreter/CommandInterpreter.cpp source/Symbol/ClangASTType.cpp
Peter Collingbourne
peter at pcc.me.uk
Thu Jun 23 13:37:26 PDT 2011
Author: pcc
Date: Thu Jun 23 15:37:26 2011
New Revision: 133755
URL: http://llvm.org/viewvc/llvm-project?rev=133755&view=rev
Log:
Fix header paths
Modified:
lldb/trunk/include/lldb/Core/FormatManager.h
lldb/trunk/source/Interpreter/CommandInterpreter.cpp
lldb/trunk/source/Symbol/ClangASTType.cpp
Modified: lldb/trunk/include/lldb/Core/FormatManager.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/FormatManager.h?rev=133755&r1=133754&r2=133755&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/FormatManager.h (original)
+++ lldb/trunk/include/lldb/Core/FormatManager.h Thu Jun 23 15:37:26 2011
@@ -35,7 +35,7 @@
// Other libraries and framework includes
// Project includes
#include "lldb/lldb-public.h"
-#include "lldb-enumerations.h"
+#include "lldb/lldb-enumerations.h"
#include "lldb/Core/Communication.h"
#include "lldb/Core/InputReaderStack.h"
Modified: lldb/trunk/source/Interpreter/CommandInterpreter.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/CommandInterpreter.cpp?rev=133755&r1=133754&r2=133755&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/CommandInterpreter.cpp (original)
+++ lldb/trunk/source/Interpreter/CommandInterpreter.cpp Thu Jun 23 15:37:26 2011
@@ -14,7 +14,7 @@
#include <stdlib.h>
#include "CommandObjectScript.h"
-#include "CommandObjectRegexCommand.h"
+#include "lldb/Interpreter/CommandObjectRegexCommand.h"
#include "../Commands/CommandObjectApropos.h"
#include "../Commands/CommandObjectArgs.h"
Modified: lldb/trunk/source/Symbol/ClangASTType.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Symbol/ClangASTType.cpp?rev=133755&r1=133754&r2=133755&view=diff
==============================================================================
--- lldb/trunk/source/Symbol/ClangASTType.cpp (original)
+++ lldb/trunk/source/Symbol/ClangASTType.cpp Thu Jun 23 15:37:26 2011
@@ -30,6 +30,7 @@
#include "lldb/Core/ConstString.h"
#include "lldb/Core/DataBufferHeap.h"
#include "lldb/Core/DataExtractor.h"
+#include "lldb/Core/Debugger.h"
#include "lldb/Core/Scalar.h"
#include "lldb/Core/Stream.h"
#include "lldb/Core/StreamString.h"
@@ -38,8 +39,6 @@
#include "lldb/Target/Process.h"
-#include "Debugger.h"
-
using namespace lldb;
using namespace lldb_private;
More information about the lldb-commits
mailing list