Revision: 21018
Author:   joc...@chromium.org
Date:     Mon Apr 28 13:02:17 2014 UTC
Log:      Remove unnecessary includes of v8 headers from platform files

BUG=none
R=mstarzin...@chromium.org
LOG=n

Review URL: https://codereview.chromium.org/251103003
http://code.google.com/p/v8/source/detail?r=21018

Modified:
 /branches/bleeding_edge/src/platform-cygwin.cc
 /branches/bleeding_edge/src/platform-freebsd.cc
 /branches/bleeding_edge/src/platform-linux.cc
 /branches/bleeding_edge/src/platform-macos.cc
 /branches/bleeding_edge/src/platform-openbsd.cc
 /branches/bleeding_edge/src/platform-qnx.cc
 /branches/bleeding_edge/src/platform-solaris.cc
 /branches/bleeding_edge/src/platform-win32.cc
 /branches/bleeding_edge/src/platform.h

=======================================
--- /branches/bleeding_edge/src/platform-cygwin.cc Fri Mar 14 15:19:54 2014 UTC +++ /branches/bleeding_edge/src/platform-cygwin.cc Mon Apr 28 13:02:17 2014 UTC
@@ -42,9 +42,7 @@
 #include "v8.h"

 #include "platform.h"
-#include "simulator.h"
 #include "v8threads.h"
-#include "vm-state-inl.h"
 #include "win32-headers.h"

 namespace v8 {
=======================================
--- /branches/bleeding_edge/src/platform-freebsd.cc Fri Mar 14 15:19:54 2014 UTC +++ /branches/bleeding_edge/src/platform-freebsd.cc Mon Apr 28 13:02:17 2014 UTC
@@ -54,7 +54,6 @@
 #include "v8threads.h"

 #include "platform.h"
-#include "vm-state-inl.h"


 namespace v8 {
=======================================
--- /branches/bleeding_edge/src/platform-linux.cc Fri Mar 14 15:19:54 2014 UTC +++ /branches/bleeding_edge/src/platform-linux.cc Mon Apr 28 13:02:17 2014 UTC
@@ -68,7 +68,6 @@

 #include "platform.h"
 #include "v8threads.h"
-#include "vm-state-inl.h"


 namespace v8 {
=======================================
--- /branches/bleeding_edge/src/platform-macos.cc Fri Mar 14 15:19:54 2014 UTC +++ /branches/bleeding_edge/src/platform-macos.cc Mon Apr 28 13:02:17 2014 UTC
@@ -59,8 +59,6 @@
 #include "v8.h"

 #include "platform.h"
-#include "simulator.h"
-#include "vm-state-inl.h"


 namespace v8 {
=======================================
--- /branches/bleeding_edge/src/platform-openbsd.cc Fri Mar 14 15:19:54 2014 UTC +++ /branches/bleeding_edge/src/platform-openbsd.cc Mon Apr 28 13:02:17 2014 UTC
@@ -52,7 +52,6 @@

 #include "platform.h"
 #include "v8threads.h"
-#include "vm-state-inl.h"


 namespace v8 {
=======================================
--- /branches/bleeding_edge/src/platform-qnx.cc Fri Mar 14 15:19:54 2014 UTC
+++ /branches/bleeding_edge/src/platform-qnx.cc Mon Apr 28 13:02:17 2014 UTC
@@ -56,7 +56,6 @@

 #include "platform.h"
 #include "v8threads.h"
-#include "vm-state-inl.h"


 namespace v8 {
=======================================
--- /branches/bleeding_edge/src/platform-solaris.cc Fri Mar 14 15:19:54 2014 UTC +++ /branches/bleeding_edge/src/platform-solaris.cc Mon Apr 28 13:02:17 2014 UTC
@@ -53,7 +53,6 @@

 #include "platform.h"
 #include "v8threads.h"
-#include "vm-state-inl.h"


 // It seems there is a bug in some Solaris distributions (experienced in
=======================================
--- /branches/bleeding_edge/src/platform-win32.cc Fri Mar 14 15:19:54 2014 UTC +++ /branches/bleeding_edge/src/platform-win32.cc Mon Apr 28 13:02:17 2014 UTC
@@ -45,8 +45,6 @@
 #include "codegen.h"
 #include "isolate-inl.h"
 #include "platform.h"
-#include "simulator.h"
-#include "vm-state-inl.h"

 #ifdef _MSC_VER

=======================================
--- /branches/bleeding_edge/src/platform.h      Fri Apr 25 13:43:58 2014 UTC
+++ /branches/bleeding_edge/src/platform.h      Mon Apr 28 13:02:17 2014 UTC
@@ -105,6 +105,7 @@
 // on demand.
 void lazily_initialize_fast_exp();

+
// ----------------------------------------------------------------------------
 // Fast TLS support

--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to