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
This commit is contained in:
Zachary Turner
2015-03-18 18:20:42 +00:00
parent 3b36533112
commit 3294de270e
52 changed files with 15 additions and 68 deletions

View File

@@ -11,7 +11,6 @@
#include "ObjectFileJIT.h"
#include "lldb/lldb-private-log.h"
#include "lldb/Core/ArchSpec.h"
#include "lldb/Core/DataBuffer.h"
#include "lldb/Core/DataBufferHeap.h"