Commit c84c96ca authored by mstarzinger's avatar mstarzinger Committed by Commit bot

Remove cycle breaking include from mksnapshot.cc file.

R=mvstanton@chromium.org

Review URL: https://codereview.chromium.org/1399623004

Cr-Commit-Position: refs/heads/master@{#31215}
parent e494bcca
......@@ -7,6 +7,7 @@
#include "src/isolate.h"
#include "src/messages.h"
#include "src/type-feedback-vector.h"
namespace v8 {
namespace internal {
......
......@@ -9,10 +9,8 @@
#include "include/libplatform/libplatform.h"
#include "src/assembler.h"
#include "src/base/platform/platform.h"
#include "src/bootstrapper.h"
#include "src/flags.h"
#include "src/list.h"
#include "src/objects-inl.h" // TODO(mstarzinger): Temporary cycle breaker!
#include "src/snapshot/natives.h"
#include "src/snapshot/serialize.h"
......
......@@ -7,10 +7,8 @@
#include <vector>
#include "src/checks.h"
#include "src/base/logging.h"
#include "src/elements-kind.h"
#include "src/heap/heap.h"
#include "src/isolate.h"
#include "src/objects.h"
#include "src/zone-containers.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