Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: src/isolate.cc

Issue 1285183010: Remove grab-bag includes of v8.h from everywhere. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Minor stylistic issue. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/interface-descriptors.cc ('k') | src/layout-descriptor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.cc
diff --git a/src/isolate.cc b/src/isolate.cc
index 155e9ead0870a7cb6a715eec114e3aaa4f557be7..b6c5da02ac189895527271eef9f1ba6fe405435e 100644
--- a/src/isolate.cc
+++ b/src/isolate.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "src/isolate.h"
+
#include <stdlib.h>
#include <fstream> // NOLINT(readability/streams)
#include <sstream>
-#include "src/v8.h"
-
#include "src/ast.h"
#include "src/base/platform/platform.h"
#include "src/base/sys-info.h"
@@ -36,6 +36,7 @@
#include "src/scopeinfo.h"
#include "src/simulator.h"
#include "src/snapshot/serialize.h"
+#include "src/v8.h"
#include "src/version.h"
#include "src/vm-state-inl.h"
« no previous file with comments | « src/interface-descriptors.cc ('k') | src/layout-descriptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698