Commit 725a2c80 authored by jochen@chromium.org's avatar jochen@chromium.org

Remove unnecessary includes of v8 headers from platform files

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
parent 3055867f
......@@ -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 {
......
......@@ -54,7 +54,6 @@
#include "v8threads.h"
#include "platform.h"
#include "vm-state-inl.h"
namespace v8 {
......
......@@ -68,7 +68,6 @@
#include "platform.h"
#include "v8threads.h"
#include "vm-state-inl.h"
namespace v8 {
......
......@@ -59,8 +59,6 @@
#include "v8.h"
#include "platform.h"
#include "simulator.h"
#include "vm-state-inl.h"
namespace v8 {
......
......@@ -52,7 +52,6 @@
#include "platform.h"
#include "v8threads.h"
#include "vm-state-inl.h"
namespace v8 {
......
......@@ -56,7 +56,6 @@
#include "platform.h"
#include "v8threads.h"
#include "vm-state-inl.h"
namespace v8 {
......
......@@ -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
......
......@@ -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
......
......@@ -105,6 +105,7 @@ double fast_sqrt(double input);
// on demand.
void lazily_initialize_fast_exp();
// ----------------------------------------------------------------------------
// Fast TLS support
......
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