summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-03-18 18:20:42 +0000
committerZachary Turner <zturner@google.com>2015-03-18 18:20:42 +0000
commit3294de270e86c0d060f6ca3cf43294286ae68222 (patch)
treeaa0cc18193352624fbb9a121fd53d13299735e1b /lldb/source/Core/Module.cpp
parent3b36533112b03934c58582713e412d85a9855d89 (diff)
downloadbcm5719-llvm-3294de270e86c0d060f6ca3cf43294286ae68222.tar.gz
bcm5719-llvm-3294de270e86c0d060f6ca3cf43294286ae68222.zip
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
Diffstat (limited to 'lldb/source/Core/Module.cpp')
-rw-r--r--lldb/source/Core/Module.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Core/Module.cpp b/lldb/source/Core/Module.cpp
index d394118cba7..c5c4f5df745 100644
--- a/lldb/source/Core/Module.cpp
+++ b/lldb/source/Core/Module.cpp
@@ -25,7 +25,6 @@
#include "lldb/Host/Symbols.h"
#include "lldb/Interpreter/CommandInterpreter.h"
#include "lldb/Interpreter/ScriptInterpreter.h"
-#include "lldb/lldb-private-log.h"
#include "lldb/Symbol/ClangASTContext.h"
#include "lldb/Symbol/CompileUnit.h"
#include "lldb/Symbol/ObjectFile.h"
OpenPOWER on IntegriCloud