| Index: src/IceTranslator.cpp
|
| diff --git a/src/IceTranslator.cpp b/src/IceTranslator.cpp
|
| index c5919f31540b5640da6a9a6fa8f4406dd795e30d..a00fd6b38291bc26d6ce17cf6e740d1692807235 100644
|
| --- a/src/IceTranslator.cpp
|
| +++ b/src/IceTranslator.cpp
|
| @@ -12,12 +12,13 @@
|
| //
|
| //===----------------------------------------------------------------------===//
|
|
|
| +#include "IceTranslator.h"
|
| +
|
| #include "IceCfg.h"
|
| #include "IceClFlags.h"
|
| #include "IceDefs.h"
|
| #include "IceGlobalInits.h"
|
| #include "IceTargetLowering.h"
|
| -#include "IceTranslator.h"
|
|
|
| using namespace Ice;
|
|
|
|
|