| Index: src/IceGlobalInits.cpp
|
| diff --git a/src/IceGlobalInits.cpp b/src/IceGlobalInits.cpp
|
| index 2ee5e625aa8a77694d8d3a1b034950bd4edef423..8d4f4780f6b3e0620bd792615a8f5ca65e5011b3 100644
|
| --- a/src/IceGlobalInits.cpp
|
| +++ b/src/IceGlobalInits.cpp
|
| @@ -13,13 +13,14 @@
|
| //
|
| //===----------------------------------------------------------------------===//
|
|
|
| +#include "IceGlobalInits.h"
|
| +
|
| #include "llvm/ADT/STLExtras.h"
|
| #include "llvm/IR/Function.h"
|
| #include "llvm/IR/Value.h"
|
|
|
| #include "IceDefs.h"
|
| #include "IceGlobalContext.h"
|
| -#include "IceGlobalInits.h"
|
| #include "IceTypes.h"
|
|
|
| namespace {
|
|
|