diff options
Diffstat (limited to 'polly/include/polly/CodeGen/LoopGenerators.h')
-rw-r--r-- | polly/include/polly/CodeGen/LoopGenerators.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/polly/include/polly/CodeGen/LoopGenerators.h b/polly/include/polly/CodeGen/LoopGenerators.h index 78dc76dea75..f9e57b268c6 100644 --- a/polly/include/polly/CodeGen/LoopGenerators.h +++ b/polly/include/polly/CodeGen/LoopGenerators.h @@ -15,9 +15,8 @@ #define POLLY_LOOP_GENERATORS_H #include "polly/CodeGen/IRBuilder.h" - -#include "llvm/IR/ValueMap.h" #include "llvm/ADT/SetVector.h" +#include "llvm/IR/ValueMap.h" namespace llvm { class Value; |