Commit f2963570 authored by Dan Elphick's avatar Dan Elphick Committed by Commit Bot

[cleanup] Remove v8.h include from utils/utils.h

Removes the include/v8.h from utils.h since it doesn't seem to need it.
To make this work, add v8.h to a couple of files that really do need it.

Bug: v8:9810
Change-Id: I9640a0df45cd7192f59d1fd8a722234f0d501a08
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1916601Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
Commit-Queue: Dan Elphick <delphick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64954}
parent 5cad3c12
......@@ -10,6 +10,7 @@
#include <algorithm>
#include <memory>
#include "include/v8.h"
#include "src/base/logging.h"
#include "src/common/globals.h"
#include "src/common/message-template.h"
......
......@@ -7,6 +7,7 @@
#include <memory>
#include "include/v8.h"
#include "src/base/platform/time.h"
#include "src/common/globals.h"
#include "src/objects/elements-kind.h"
......
......@@ -12,7 +12,6 @@
#include <string>
#include <type_traits>
#include "include/v8.h"
#include "src/base/bits.h"
#include "src/base/compiler-specific.h"
#include "src/base/logging.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment