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:
Jim Ingham 2012-05-02 00:30:53 +00:00
parent 7cbeaba05c
commit c7dccb797e
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;