| Index: src/IceInstARM32.cpp
|
| diff --git a/src/IceInstARM32.cpp b/src/IceInstARM32.cpp
|
| index 4ba27e9d088804abbc14482fb3d48cb2aca86a1b..7827ac9e03b5c34024410aee59b879710ce5129d 100644
|
| --- a/src/IceInstARM32.cpp
|
| +++ b/src/IceInstARM32.cpp
|
| @@ -12,11 +12,12 @@
|
| //
|
| //===----------------------------------------------------------------------===//
|
|
|
| +#include "IceInstARM32.h"
|
| +
|
| #include "IceAssemblerARM32.h"
|
| #include "IceCfg.h"
|
| #include "IceCfgNode.h"
|
| #include "IceInst.h"
|
| -#include "IceInstARM32.h"
|
| #include "IceOperand.h"
|
| #include "IceRegistersARM32.h"
|
| #include "IceTargetLoweringARM32.h"
|
|
|