Fix the top header that corresponds to this source file. Thanks for

spotting this Cody Maloney!

llvm-svn: 198716
This commit is contained in:
Chandler Carruth 2014-01-07 22:15:39 +00:00
parent 56741e29d4
commit f7e45c0ed4
1 changed files with 1 additions and 1 deletions

View File

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