| Index: src/wasm/wasm-module.cc
|
| diff --git a/src/wasm/wasm-module.cc b/src/wasm/wasm-module.cc
|
| index f0598556b4838f9606108e7f4298b6968da72d50..dc3e953f7240998457f870ec0cc8ad41627e223e 100644
|
| --- a/src/wasm/wasm-module.cc
|
| +++ b/src/wasm/wasm-module.cc
|
| @@ -6,7 +6,8 @@
|
|
|
| #include "src/base/atomic-utils.h"
|
| #include "src/code-stubs.h"
|
| -
|
| +#include "src/compiler/wasm-compiler.h"
|
| +#include "src/debug/interface-types.h"
|
| #include "src/macro-assembler.h"
|
| #include "src/objects.h"
|
| #include "src/property-descriptor.h"
|
| @@ -21,8 +22,6 @@
|
| #include "src/wasm/wasm-objects.h"
|
| #include "src/wasm/wasm-result.h"
|
|
|
| -#include "src/compiler/wasm-compiler.h"
|
| -
|
| using namespace v8::internal;
|
| using namespace v8::internal::wasm;
|
| namespace base = v8::base;
|
|
|