Fix include order to stop clang-format complains

llvm-svn: 303509
This commit is contained in:
Tobias Grosser 2017-05-21 16:34:09 +00:00
parent 7205f93a98
commit 1f94dcee0b
1 changed files with 1 additions and 1 deletions

View File

@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/Support/raw_ostream.h"
#include "isl-noexceptions.h"
#include "llvm/Support/raw_ostream.h"
namespace polly {
#define ADD_OSTREAM_PRINTER(name) \