forked from OSchip/llvm-project
Fix include order to stop clang-format complains
llvm-svn: 303509
This commit is contained in:
parent
7205f93a98
commit
1f94dcee0b
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue