- Do not use platform/thread.h
Review URL: https://codereview.chromium.org//462353002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39177 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include <mswsock.h>
|
||||
|
||||
#include "bin/builtin.h"
|
||||
#include "platform/thread.h"
|
||||
#include "bin/thread.h"
|
||||
|
||||
|
||||
namespace dart {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "platform/globals.h"
|
||||
#if defined(TARGET_OS_ANDROID)
|
||||
|
||||
#include "platform/thread.h"
|
||||
#include "bin/thread.h"
|
||||
|
||||
#include <errno.h> // NOLINT
|
||||
#include <sys/time.h> // NOLINT
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "platform/globals.h"
|
||||
#if defined(TARGET_OS_LINUX)
|
||||
|
||||
#include "platform/thread.h"
|
||||
#include "bin/thread.h"
|
||||
|
||||
#include <errno.h> // NOLINT
|
||||
#include <sys/resource.h> // NOLINT
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "platform/globals.h"
|
||||
#if defined(TARGET_OS_WINDOWS)
|
||||
|
||||
#include "platform/thread.h"
|
||||
#include "bin/thread.h"
|
||||
|
||||
#include <process.h> // NOLINT
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#if defined(TARGET_OS_WINDOWS)
|
||||
|
||||
#include "vm/os.h"
|
||||
#include "vm/vtune.h"
|
||||
|
||||
#include <malloc.h> // NOLINT
|
||||
#include <process.h> // NOLINT
|
||||
@@ -14,7 +13,8 @@
|
||||
|
||||
#include "platform/utils.h"
|
||||
#include "platform/assert.h"
|
||||
#include "platform/thread.h"
|
||||
#include "vm/thread.h"
|
||||
#include "vm/vtune.h"
|
||||
|
||||
namespace dart {
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "platform/globals.h"
|
||||
#if defined(TARGET_OS_ANDROID)
|
||||
|
||||
#include "platform/thread.h"
|
||||
#include "vm/thread.h"
|
||||
|
||||
#include <errno.h> // NOLINT
|
||||
#include <sys/time.h> // NOLINT
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "platform/globals.h"
|
||||
#if defined(TARGET_OS_LINUX)
|
||||
|
||||
#include "platform/thread.h"
|
||||
#include "vm/thread.h"
|
||||
|
||||
#include <errno.h> // NOLINT
|
||||
#include <sys/resource.h> // NOLINT
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "platform/globals.h"
|
||||
#if defined(TARGET_OS_WINDOWS)
|
||||
|
||||
#include "platform/thread.h"
|
||||
#include "vm/thread.h"
|
||||
|
||||
#include <process.h> // NOLINT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user