Remove node_isolate.h from node.h

This commit is contained in:
Ryan Dahl
2011-12-21 14:02:52 -08:00
committed by Ben Noordhuis
parent 2c560c5405
commit f168f7d702
15 changed files with 14 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
#include <assert.h>
#include <node.h>
#include <req_wrap.h>
#include <node_isolate.h>
#include <uv.h>
#include <string.h>

View File

@@ -21,6 +21,7 @@
#include <node.h>
#include <handle_wrap.h>
#include <node_isolate.h>
#include <stdlib.h>

View File

@@ -21,6 +21,7 @@
#include <node.h>
#include <handle_wrap.h>
#include <node_isolate.h>
namespace node {

View File

@@ -20,6 +20,7 @@
// USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <node.h>
#include <node_isolate.h>
#include <uv.h>

View File

@@ -64,7 +64,6 @@
#include <sys/stat.h>
#include <assert.h>
#include <node_isolate.h>
#include <node_object_wrap.h>
#if NODE_WANT_INTERNALS

View File

@@ -24,6 +24,7 @@
#include <node.h>
#include <node_buffer.h>
#include <node_isolate.h>
#include <node_root_certs.h>
#include <string.h>

View File

@@ -22,6 +22,7 @@
#include "node.h"
#include "node_file.h"
#include "node_buffer.h"
#include <node_isolate.h>
#ifdef __POSIX__
# include "node_stat_watcher.h"
#endif

View File

@@ -29,6 +29,7 @@
#include <node.h>
#include <node_buffer.h>
#include <node_isolate.h>
#include <req_wrap.h>
#include <node_vars.h>

View File

@@ -21,6 +21,7 @@
#include <node.h>
#include <node_buffer.h>
#include <node_isolate.h>
#include <req_wrap.h>
#include <handle_wrap.h>
#include <stream_wrap.h>

View File

@@ -21,6 +21,7 @@
#include <node.h>
#include <handle_wrap.h>
#include <node_isolate.h>
#include <pipe_wrap.h>
#include <string.h>
#include <stdlib.h>

View File

@@ -21,6 +21,7 @@
#include <node.h>
#include <node_buffer.h>
#include <node_isolate.h>
#include <handle_wrap.h>
#include <stream_wrap.h>
#include <tcp_wrap.h>

View File

@@ -21,6 +21,7 @@
#include <node.h>
#include <node_buffer.h>
#include <node_isolate.h>
#include <req_wrap.h>
#include <handle_wrap.h>
#include <stream_wrap.h>

View File

@@ -21,6 +21,7 @@
#include <node.h>
#include <handle_wrap.h>
#include <node_isolate.h>
#define UNWRAP \
assert(!args.Holder().IsEmpty()); \

View File

@@ -21,6 +21,7 @@
#include <node.h>
#include <node_buffer.h>
#include <node_isolate.h>
#include <req_wrap.h>
#include <handle_wrap.h>
#include <stream_wrap.h>

View File

@@ -21,6 +21,7 @@
#include <node.h>
#include <node_buffer.h>
#include <node_isolate.h>
#include <req_wrap.h>
#include <handle_wrap.h>