| Index: src/mips/disasm-mips.cc
|
| diff --git a/src/mips/disasm-mips.cc b/src/mips/disasm-mips.cc
|
| index 472061303d1e8ff2fc449bfbf00bfe5361da15b7..89e95725f9afff3bbffa7dbb48769c2edbcf0865 100644
|
| --- a/src/mips/disasm-mips.cc
|
| +++ b/src/mips/disasm-mips.cc
|
| @@ -22,14 +22,11 @@
|
| // of code into a FILE*, meaning that the above functionality could also be
|
| // achieved by just calling Disassembler::Disassemble(stdout, begin, end);
|
|
|
| -
|
| #include <assert.h>
|
| #include <stdarg.h>
|
| #include <stdio.h>
|
| #include <string.h>
|
|
|
| -#include "src/v8.h"
|
| -
|
| #if V8_TARGET_ARCH_MIPS
|
|
|
| #include "src/base/platform/platform.h"
|
|
|