[clang-tools-extra] r198716 - Fix the top header that corresponds to this source file. Thanks for

Chandler Carruth chandlerc at gmail.com
Tue Jan 7 14:15:40 PST 2014


Author: chandlerc
Date: Tue Jan  7 16:15:39 2014
New Revision: 198716

URL: http://llvm.org/viewvc/llvm-project?rev=198716&view=rev
Log:
Fix the top header that corresponds to this source file. Thanks for
spotting this Cody Maloney!

Modified:
    clang-tools-extra/trunk/modularize/Modularize.cpp

Modified: clang-tools-extra/trunk/modularize/Modularize.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/modularize/Modularize.cpp?rev=198716&r1=198715&r2=198716&view=diff
==============================================================================
--- clang-tools-extra/trunk/modularize/Modularize.cpp (original)
+++ clang-tools-extra/trunk/modularize/Modularize.cpp Tue Jan  7 16:15:39 2014
@@ -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"





More information about the cfe-commits mailing list