| Index: src/PNaClTranslator.cpp
|
| diff --git a/src/PNaClTranslator.cpp b/src/PNaClTranslator.cpp
|
| index a9f60b859cc41a7b38dec8303756a5c329d1c280..06fe08538bcff74468552e124ca0b3e52a9c84e7 100644
|
| --- a/src/PNaClTranslator.cpp
|
| +++ b/src/PNaClTranslator.cpp
|
| @@ -12,6 +12,8 @@
|
| //
|
| //===----------------------------------------------------------------------===//
|
|
|
| +#include "PNaClTranslator.h"
|
| +
|
| #include "llvm/ADT/SmallString.h"
|
| #include "llvm/Bitcode/NaCl/NaClBitcodeDecoders.h"
|
| #include "llvm/Bitcode/NaCl/NaClBitcodeHeader.h"
|
| @@ -30,7 +32,6 @@
|
| #include "IceGlobalInits.h"
|
| #include "IceInst.h"
|
| #include "IceOperand.h"
|
| -#include "PNaClTranslator.h"
|
|
|
| namespace {
|
| using namespace llvm;
|
|
|