Move include to source where it belongs.

This commit is contained in:
Axel Naumann
2016-06-26 18:14:35 +03:00
committed by sftnight
parent 113ac38804
commit eb9e07a244
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -12,7 +12,6 @@
#include "cling/Interpreter/Transaction.h"
#include "clang/AST/DeclContextInternals.h"
#include "clang/AST/DeclVisitor.h"
namespace clang {