diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-12-03 17:02:12 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-12-03 17:02:12 +0000 |
commit | a79a28b7a886b598d34d0d2ede16c0fbb07e6572 (patch) | |
tree | 8aa323c6812477c05081729d8feaf25ba631170f /llvm/include/llvm/Support/CommandLine.h | |
parent | 6a451d03c9f9c597b1cf0420eb399bb5d3398299 (diff) | |
download | bcm5719-llvm-a79a28b7a886b598d34d0d2ede16c0fbb07e6572.tar.gz bcm5719-llvm-a79a28b7a886b598d34d0d2ede16c0fbb07e6572.zip |
Sort the #include lines for the include/... tree with the script.
AKA: Recompile *ALL* the source code!
This one went much better. No manual edits here. I spot-checked for
silliness and grep-checked for really broken edits and everything seemed
good. It all still compiles. Yell if you see something that looks goofy.
llvm-svn: 169133
Diffstat (limited to 'llvm/include/llvm/Support/CommandLine.h')
-rw-r--r-- | llvm/include/llvm/Support/CommandLine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h index 872c57998c4..0ab39fca38d 100644 --- a/llvm/include/llvm/Support/CommandLine.h +++ b/llvm/include/llvm/Support/CommandLine.h @@ -20,10 +20,10 @@ #ifndef LLVM_SUPPORT_COMMANDLINE_H #define LLVM_SUPPORT_COMMANDLINE_H -#include "llvm/Support/type_traits.h" -#include "llvm/Support/Compiler.h" #include "llvm/ADT/SmallVector.h" #include "llvm/ADT/Twine.h" +#include "llvm/Support/Compiler.h" +#include "llvm/Support/type_traits.h" #include <cassert> #include <climits> #include <cstdarg> |