Move include to source where it belongs.
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
#include "cling/Utils/AST.h"
|
||||
|
||||
#include "clang/AST/ASTContext.h"
|
||||
#include "clang/AST/DeclContextInternals.h"
|
||||
#include "clang/AST/GlobalDecl.h"
|
||||
#include "clang/AST/RecursiveASTVisitor.h"
|
||||
#include "clang/Basic/SourceManager.h"
|
||||
|
@ -12,7 +12,6 @@
|
||||
|
||||
#include "cling/Interpreter/Transaction.h"
|
||||
|
||||
#include "clang/AST/DeclContextInternals.h"
|
||||
#include "clang/AST/DeclVisitor.h"
|
||||
|
||||
namespace clang {
|
||||
|
Reference in New Issue
Block a user