commit | e0c6e93dddf4503d9b12ce09d7ab6ea5d523499f | [log] [tgz] |
---|---|---|
author | Chandler Carruth <chandlerc@gmail.com> | Tue Dec 04 09:37:22 2012 +0000 |
committer | Chandler Carruth <chandlerc@gmail.com> | Tue Dec 04 09:37:22 2012 +0000 |
tree | 2a52030cf297c2edee9b7feed8a4750285fed874 | |
parent | f59edb96b2d0bfe612b732f19519ab84bb995bd4 [diff] [blame] |
Sort the #include lines for examples/... git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169241 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/examples/PrintFunctionNames/PrintFunctionNames.cpp b/examples/PrintFunctionNames/PrintFunctionNames.cpp index ce8f208..f6e75cc 100644 --- a/examples/PrintFunctionNames/PrintFunctionNames.cpp +++ b/examples/PrintFunctionNames/PrintFunctionNames.cpp
@@ -13,8 +13,8 @@ //===----------------------------------------------------------------------===// #include "clang/Frontend/FrontendPluginRegistry.h" -#include "clang/AST/ASTConsumer.h" #include "clang/AST/AST.h" +#include "clang/AST/ASTConsumer.h" #include "clang/Frontend/CompilerInstance.h" #include "llvm/Support/raw_ostream.h" using namespace clang;