diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-05-07 08:11:54 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-05-07 08:11:54 +0000 |
commit | 83628182f7a388f95b39dd8c85f07a70fc5ed513 (patch) | |
tree | 74087cb981975cf94cadc210a5921c0d6ce3c516 /polly/lib/CodeGen/IslAst.cpp | |
parent | ec4afe668053541b00e93e51cea0e0d5a9351121 (diff) | |
download | bcm5719-llvm-83628182f7a388f95b39dd8c85f07a70fc5ed513.tar.gz bcm5719-llvm-83628182f7a388f95b39dd8c85f07a70fc5ed513.zip |
Sort includes
llvm-svn: 181297
Diffstat (limited to 'polly/lib/CodeGen/IslAst.cpp')
-rw-r--r-- | polly/lib/CodeGen/IslAst.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/polly/lib/CodeGen/IslAst.cpp b/polly/lib/CodeGen/IslAst.cpp index 7fa0bc27c69..f9dc55b148d 100644 --- a/polly/lib/CodeGen/IslAst.cpp +++ b/polly/lib/CodeGen/IslAst.cpp @@ -21,9 +21,8 @@ #include "polly/CodeGen/CodeGeneration.h" #include "polly/CodeGen/IslAst.h" - -#include "polly/LinkAllPasses.h" #include "polly/Dependences.h" +#include "polly/LinkAllPasses.h" #include "polly/Options.h" #include "polly/ScopInfo.h" |