[cfe-commits] r109319 - /cfe/trunk/include/clang/AST/ASTImporter.h

Nick Lewycky nicholas at mxc.ca
Fri Jul 23 19:58:14 PDT 2010


Author: nicholas
Date: Fri Jul 23 21:58:13 2010
New Revision: 109319

URL: http://llvm.org/viewvc/llvm-project?rev=109319&view=rev
Log:
Fix sort order.

Modified:
    cfe/trunk/include/clang/AST/ASTImporter.h

Modified: cfe/trunk/include/clang/AST/ASTImporter.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ASTImporter.h?rev=109319&r1=109318&r2=109319&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ASTImporter.h (original)
+++ cfe/trunk/include/clang/AST/ASTImporter.h Fri Jul 23 21:58:13 2010
@@ -14,8 +14,8 @@
 #ifndef LLVM_CLANG_AST_ASTIMPORTER_H
 #define LLVM_CLANG_AST_ASTIMPORTER_H
 
-#include "clang/AST/Type.h"
 #include "clang/AST/DeclarationName.h"
+#include "clang/AST/Type.h"
 #include "clang/Basic/SourceLocation.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/DenseSet.h"





More information about the cfe-commits mailing list