summaryrefslogtreecommitdiff
path: root/deps/v8/src/wasm/wasm-value.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/wasm/wasm-value.h')
-rw-r--r--deps/v8/src/wasm/wasm-value.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/v8/src/wasm/wasm-value.h b/deps/v8/src/wasm/wasm-value.h
index 4201c14ae4..23f1aed7f0 100644
--- a/deps/v8/src/wasm/wasm-value.h
+++ b/deps/v8/src/wasm/wasm-value.h
@@ -5,9 +5,9 @@
#ifndef V8_WASM_WASM_VALUE_H_
#define V8_WASM_WASM_VALUE_H_
-#include "src/boxed-float.h"
-#include "src/handles.h"
-#include "src/v8memory.h"
+#include "src/common/v8memory.h"
+#include "src/handles/handles.h"
+#include "src/utils/boxed-float.h"
#include "src/wasm/wasm-opcodes.h"
#include "src/zone/zone-containers.h"