aboutsummaryrefslogtreecommitdiff
path: root/polly
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2012-08-24 13:54:40 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2012-08-24 13:54:40 +0000
commit4a67e012163f3b2d55a67a321044f6ce0df6327a (patch)
tree0e4f183a6befffa990d5c0f9e6ca3178d543a5ab /polly
parentc8fc2d7045029693854674cadfb694bff669c227 (diff)
downloadllvm-4a67e012163f3b2d55a67a321044f6ce0df6327a.zip
llvm-4a67e012163f3b2d55a67a321044f6ce0df6327a.tar.gz
llvm-4a67e012163f3b2d55a67a321044f6ce0df6327a.tar.bz2
Sort includes
llvm-svn: 162554
Diffstat (limited to 'polly')
-rw-r--r--polly/lib/Pocc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/Pocc.cpp b/polly/lib/Pocc.cpp
index 4a3be43..8ec5376 100644
--- a/polly/lib/Pocc.cpp
+++ b/polly/lib/Pocc.cpp
@@ -19,10 +19,10 @@
#include "polly/LinkAllPasses.h"
#ifdef SCOPLIB_FOUND
-#include "polly/ScopInfo.h"
-#include "polly/Dependences.h"
#include "polly/CodeGen/CodeGeneration.h"
+#include "polly/Dependences.h"
#include "polly/ScheduleOptimizer.h"
+#include "polly/ScopInfo.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Program.h"