| Index: src/IceELFSection.cpp
|
| diff --git a/src/IceELFSection.cpp b/src/IceELFSection.cpp
|
| index 4ca2de470950c095065fd4cf677d47c71da6b3e0..8ca5b2d419d75776d6d6ed90205f87f28375ccfd 100644
|
| --- a/src/IceELFSection.cpp
|
| +++ b/src/IceELFSection.cpp
|
| @@ -11,11 +11,11 @@
|
| //
|
| //===----------------------------------------------------------------------===//
|
|
|
| -#include "llvm/Support/MathExtras.h"
|
| +#include "IceELFSection.h"
|
|
|
| #include "IceDefs.h"
|
| -#include "IceELFSection.h"
|
| #include "IceELFStreamer.h"
|
| +#include "llvm/Support/MathExtras.h"
|
|
|
| using namespace llvm::ELF;
|
|
|
|
|