forked from OSchip/llvm-project
Jeeze... Remove two unneeded #include's of ThreadPlanTestCondition.h, and replace them with
includes of ClangUserExpression that were being errantly dragged in through same. llvm-svn: 155970
This commit is contained in:
parent
7cbeaba05c
commit
c7dccb797e
|
@ -20,7 +20,7 @@
|
|||
#include "lldb/Target/Process.h"
|
||||
#include "lldb/Target/Target.h"
|
||||
#include "lldb/Target/ThreadSpec.h"
|
||||
#include "lldb/Target/ThreadPlanTestCondition.h"
|
||||
#include "lldb/Expression/ClangUserExpression.h"
|
||||
|
||||
using namespace lldb;
|
||||
using namespace lldb_private;
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include "lldb/Target/Process.h"
|
||||
#include "lldb/Target/Target.h"
|
||||
#include "lldb/Target/ThreadSpec.h"
|
||||
#include "lldb/Target/ThreadPlanTestCondition.h"
|
||||
#include "lldb/Expression/ClangUserExpression.h"
|
||||
|
||||
using namespace lldb;
|
||||
using namespace lldb_private;
|
||||
|
|
Loading…
Reference in New Issue