From bff61d220e63d03159782ed5a06cede20d44440e Mon Sep 17 00:00:00 2001 From: Eugene Zelenko Date: Tue, 22 Aug 2017 21:47:17 +0000 Subject: [PATCH] [Polly] Satisfy Clang-format for r311489 changes, but it's weird that Clang-format didn't complain about headers order in previous versions (NFC). llvm-svn: 311494 --- polly/include/polly/ScopInfo.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/polly/include/polly/ScopInfo.h b/polly/include/polly/ScopInfo.h index 5ef98f670372..10531ca96f1e 100644 --- a/polly/include/polly/ScopInfo.h +++ b/polly/include/polly/ScopInfo.h @@ -18,13 +18,10 @@ #ifndef POLLY_SCOPINFO_H #define POLLY_SCOPINFO_H +#include "isl-noexceptions.h" #include "polly/ScopDetection.h" #include "polly/Support/SCEVAffinator.h" #include "polly/Support/ScopHelper.h" -#include "isl/aff.h" -#include "isl/ctx.h" -#include "isl/set.h" -#include "isl-noexceptions.h" #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/DenseSet.h" @@ -44,6 +41,9 @@ #include "llvm/IR/ValueHandle.h" #include "llvm/Pass.h" #include "llvm/Support/Casting.h" +#include "isl/aff.h" +#include "isl/ctx.h" +#include "isl/set.h" #include #include #include