[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
This commit is contained in:
Eugene Zelenko 2017-08-22 21:47:17 +00:00
parent f456d1864d
commit bff61d220e
1 changed files with 4 additions and 4 deletions

View File

@ -18,13 +18,10 @@
#ifndef POLLY_SCOPINFO_H #ifndef POLLY_SCOPINFO_H
#define POLLY_SCOPINFO_H #define POLLY_SCOPINFO_H
#include "isl-noexceptions.h"
#include "polly/ScopDetection.h" #include "polly/ScopDetection.h"
#include "polly/Support/SCEVAffinator.h" #include "polly/Support/SCEVAffinator.h"
#include "polly/Support/ScopHelper.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/ArrayRef.h"
#include "llvm/ADT/DenseMap.h" #include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h" #include "llvm/ADT/DenseSet.h"
@ -44,6 +41,9 @@
#include "llvm/IR/ValueHandle.h" #include "llvm/IR/ValueHandle.h"
#include "llvm/Pass.h" #include "llvm/Pass.h"
#include "llvm/Support/Casting.h" #include "llvm/Support/Casting.h"
#include "isl/aff.h"
#include "isl/ctx.h"
#include "isl/set.h"
#include <algorithm> #include <algorithm>
#include <cassert> #include <cassert>
#include <cstddef> #include <cstddef>