From 3294de270e86c0d060f6ca3cf43294286ae68222 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 18 Mar 2015 18:20:42 +0000 Subject: Move lldb-log.cpp to core/Logging.cpp So that we don't have to update every single #include in the entire codebase to #include this new header (which used to get included by lldb-private-log.h, we automatically #include "Logging.h" from within "Log.h". llvm-svn: 232653 --- lldb/source/Commands/CommandObjectLog.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/source/Commands/CommandObjectLog.cpp') diff --git a/lldb/source/Commands/CommandObjectLog.cpp b/lldb/source/Commands/CommandObjectLog.cpp index aa09f53c792..d4334d57b2f 100644 --- a/lldb/source/Commands/CommandObjectLog.cpp +++ b/lldb/source/Commands/CommandObjectLog.cpp @@ -15,8 +15,6 @@ // C++ Includes // Other libraries and framework includes // Project includes -#include "lldb/lldb-private-log.h" - #include "lldb/Interpreter/Args.h" #include "lldb/Core/Debugger.h" #include "lldb/Host/FileSpec.h" -- cgit v1.2.3