Chromium Code Reviews| Index: src/IceRegAlloc.cpp |
| diff --git a/src/IceRegAlloc.cpp b/src/IceRegAlloc.cpp |
| index 79261238f7fa6a8385168df41d19df7d35bdffe0..b8f6a1842a214b887cdd7dd9d177c04b2f3ff3cd 100644 |
| --- a/src/IceRegAlloc.cpp |
| +++ b/src/IceRegAlloc.cpp |
| @@ -13,11 +13,12 @@ |
| // |
| //===----------------------------------------------------------------------===// |
| +#include "IceRegAlloc.h" |
| + |
| #include "IceCfg.h" |
| #include "IceCfgNode.h" |
| #include "IceInst.h" |
| #include "IceOperand.h" |
| -#include "IceRegAlloc.h" |
| #include "IceTargetLowering.h" |
| namespace Ice { |