Fix windows&darwin builds broken by r297812
llvm-svn: 297819
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
|
||||
#include "ProcessKDPLog.h"
|
||||
|
||||
using namespace lldb;
|
||||
using namespace lldb_private;
|
||||
|
||||
static constexpr Log::Category g_categories[] = {
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
|
||||
#include "ProcessWindowsLog.h"
|
||||
|
||||
using namespace lldb;
|
||||
using namespace lldb_private;
|
||||
|
||||
static constexpr Log::Category g_categories[] = {
|
||||
|
||||
Reference in New Issue
Block a user