Remove unnecessary includes of v8 headers from platform files
authorjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 28 Apr 2014 13:02:17 +0000 (13:02 +0000)
committerjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 28 Apr 2014 13:02:17 +0000 (13:02 +0000)
BUG=none
R=mstarzinger@chromium.org
LOG=n

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@21018 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/platform-cygwin.cc
src/platform-freebsd.cc
src/platform-linux.cc
src/platform-macos.cc
src/platform-openbsd.cc
src/platform-qnx.cc
src/platform-solaris.cc
src/platform-win32.cc
src/platform.h

index 4ae9bec..77f349f 100644 (file)
@@ -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 {
index 7d15cef..26f0999 100644 (file)
@@ -54,7 +54,6 @@
 #include "v8threads.h"
 
 #include "platform.h"
-#include "vm-state-inl.h"
 
 
 namespace v8 {
index 527b9f6..ab0359b 100644 (file)
@@ -68,7 +68,6 @@
 
 #include "platform.h"
 #include "v8threads.h"
-#include "vm-state-inl.h"
 
 
 namespace v8 {
index 25ba0da..3126047 100644 (file)
@@ -59,8 +59,6 @@
 #include "v8.h"
 
 #include "platform.h"
-#include "simulator.h"
-#include "vm-state-inl.h"
 
 
 namespace v8 {
index a5d477d..8316778 100644 (file)
@@ -52,7 +52,6 @@
 
 #include "platform.h"
 #include "v8threads.h"
-#include "vm-state-inl.h"
 
 
 namespace v8 {
index ef0998f..007b7ca 100644 (file)
@@ -56,7 +56,6 @@
 
 #include "platform.h"
 #include "v8threads.h"
-#include "vm-state-inl.h"
 
 
 namespace v8 {
index f23ae08..342e4c2 100644 (file)
@@ -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
index fe84bcd..7569088 100644 (file)
@@ -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
 
index 2b6f286..7dff1e4 100644 (file)
@@ -105,6 +105,7 @@ double fast_sqrt(double input);
 // on demand.
 void lazily_initialize_fast_exp();
 
+
 // ----------------------------------------------------------------------------
 // Fast TLS support