Reduce header inclusion in Expression.

Reviewers: spyffe

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D13333

llvm-svn: 249570
This commit is contained in:
Bruce Mitchener
2015-10-07 17:22:54 +00:00
parent bde46c5642
commit 804f981fd0
11 changed files with 4 additions and 26 deletions

View File

@@ -26,6 +26,7 @@
#include "lldb/Expression/IRExecutionUnit.h"
#include "lldb/Host/Host.h"
#include "lldb/Target/ExecutionContext.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/Target.h"
using namespace lldb_private;