Fix windows&darwin builds broken by r297812

llvm-svn: 297819
This commit is contained in:
Pavel Labath 2017-03-15 10:02:20 +00:00
parent 8793554185
commit c179662807
3 changed files with 1 additions and 2 deletions

View File

@ -13,6 +13,7 @@
// Project includes
#include "lldb/Utility/Flags.h"
#include "lldb/Utility/Logging.h"
#include "lldb/lldb-defines.h"
// Other libraries and framework includes
#include "llvm/ADT/ArrayRef.h"

View File

@ -9,7 +9,6 @@
#include "ProcessKDPLog.h"
using namespace lldb;
using namespace lldb_private;
static constexpr Log::Category g_categories[] = {

View File

@ -9,7 +9,6 @@
#include "ProcessWindowsLog.h"
using namespace lldb;
using namespace lldb_private;
static constexpr Log::Category g_categories[] = {