summaryrefslogtreecommitdiffstats
path: root/clang/examples/PrintFunctionNames
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-04 09:37:22 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-04 09:37:22 +0000
commit8675b4af7736b2c7e41bda9f3ea450757c2b56c7 (patch)
tree320060f357e21d3e994a9f6ee7f889a18ed4cbee /clang/examples/PrintFunctionNames
parentcc0694c8a4b8c4c4d28302b473d4af4d9224f6a2 (diff)
downloadbcm5719-llvm-8675b4af7736b2c7e41bda9f3ea450757c2b56c7.tar.gz
bcm5719-llvm-8675b4af7736b2c7e41bda9f3ea450757c2b56c7.zip
Sort the #include lines for examples/...
llvm-svn: 169241
Diffstat (limited to 'clang/examples/PrintFunctionNames')
-rw-r--r--clang/examples/PrintFunctionNames/PrintFunctionNames.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp b/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
index ce8f208e41d..f6e75cc2d3a 100644
--- a/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
+++ b/clang/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;
OpenPOWER on IntegriCloud