Skip to content

Commit 965ccd7

Browse files
committed
Fixed the includes statements.
Signed-off-by: Rachel Green <[email protected]>
1 parent fbec45d commit 965ccd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/v8/v8.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828

2929
#include "include/v8-version.h"
3030
#include "include/v8.h"
31-
#include "third_party/absl/strings/str_format.h"
32-
#include "third_party/proxy_wasm_cpp_host/include/proxy-wasm/limits.h"
33-
#include "third_party/v8/include/v8-initialization.h"
31+
#include "absl/strings/str_format.h"
32+
#include "include/proxy-wasm/limits.h"
33+
#include "include/v8-initialization.h"
3434
#include "src/wasm/c-api.h"
3535
#include "wasm-api/wasm.hh"
3636

0 commit comments

Comments
 (0)