diff options
author | Zachary Turner <zturner@google.com> | 2015-03-18 18:20:42 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-03-18 18:20:42 +0000 |
commit | 3294de270e86c0d060f6ca3cf43294286ae68222 (patch) | |
tree | aa0cc18193352624fbb9a121fd53d13299735e1b /lldb/source/Expression/ClangModulesDeclVendor.cpp | |
parent | 3b36533112b03934c58582713e412d85a9855d89 (diff) | |
download | bcm5719-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/Expression/ClangModulesDeclVendor.cpp')
-rw-r--r-- | lldb/source/Expression/ClangModulesDeclVendor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Expression/ClangModulesDeclVendor.cpp b/lldb/source/Expression/ClangModulesDeclVendor.cpp index 0800b52e7e9..32df2667de1 100644 --- a/lldb/source/Expression/ClangModulesDeclVendor.cpp +++ b/lldb/source/Expression/ClangModulesDeclVendor.cpp @@ -11,6 +11,7 @@ #include "lldb/Expression/ClangModulesDeclVendor.h" +#include "lldb/Core/Log.h" #include "lldb/Core/StreamString.h" #include "lldb/Host/FileSpec.h" #include "lldb/Host/Host.h" |