forked from OSchip/llvm-project
[Target] Replace Plugin headers with non-plugin headers
llvm-svn: 365843
This commit is contained in:
parent
e5fb434d92
commit
2c3c045dcb
|
@ -7,9 +7,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "lldb/Target/Target.h"
|
||||
#include "Plugins/ExpressionParser/Clang/ClangASTSource.h"
|
||||
#include "Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h"
|
||||
#include "Plugins/ExpressionParser/Clang/ClangPersistentVariables.h"
|
||||
#include "lldb/Breakpoint/BreakpointIDList.h"
|
||||
#include "lldb/Breakpoint/BreakpointPrecondition.h"
|
||||
#include "lldb/Breakpoint/BreakpointResolver.h"
|
||||
|
@ -39,6 +37,7 @@
|
|||
#include "lldb/Interpreter/OptionValues.h"
|
||||
#include "lldb/Interpreter/Property.h"
|
||||
#include "lldb/Symbol/ClangASTContext.h"
|
||||
#include "lldb/Symbol/ClangASTImporter.h"
|
||||
#include "lldb/Symbol/Function.h"
|
||||
#include "lldb/Symbol/ObjectFile.h"
|
||||
#include "lldb/Symbol/Symbol.h"
|
||||
|
|
Loading…
Reference in New Issue