forked from OSchip/llvm-project
Fix the top header that corresponds to this source file. Thanks for
spotting this Cody Maloney! llvm-svn: 198716
This commit is contained in:
parent
56741e29d4
commit
f7e45c0ed4
|
@ -142,9 +142,9 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "clang/AST/ASTConsumer.h"
|
||||
#include "Modularize.h"
|
||||
#include "PreprocessorTracker.h"
|
||||
#include "clang/AST/ASTConsumer.h"
|
||||
#include "clang/AST/ASTContext.h"
|
||||
#include "clang/AST/RecursiveASTVisitor.h"
|
||||
#include "clang/Basic/SourceManager.h"
|
||||
|
|
Loading…
Reference in New Issue