Remove node_isolate.h from node.h
authorRyan Dahl <ry@tinyclouds.org>
Wed, 21 Dec 2011 22:02:52 +0000 (14:02 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 27 Dec 2011 20:54:23 +0000 (12:54 -0800)
15 files changed:
src/cares_wrap.cc
src/fs_event_wrap.cc
src/handle_wrap.cc
src/node.cc
src/node.h
src/node_crypto.cc
src/node_file.cc
src/node_zlib.cc
src/pipe_wrap.cc
src/process_wrap.cc
src/stream_wrap.cc
src/tcp_wrap.cc
src/timer_wrap.cc
src/tty_wrap.cc
src/udp_wrap.cc

index 976f774..b3e4bd5 100644 (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>
index ca584a7..2e6dee4 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <node.h>
 #include <handle_wrap.h>
+#include <node_isolate.h>
 
 #include <stdlib.h>
 
index bce82bd..2aff643 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <node.h>
 #include <handle_wrap.h>
+#include <node_isolate.h>
 
 namespace node {
 
index 952ed49..61b4547 100644 (file)
@@ -20,6 +20,7 @@
 // USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 #include <node.h>
+#include <node_isolate.h>
 
 #include <uv.h>
 
index e0df48e..e8c5324 100644 (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
index 70ae99d..9cb7280 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <node.h>
 #include <node_buffer.h>
+#include <node_isolate.h>
 #include <node_root_certs.h>
 
 #include <string.h>
index 718b055..e7293fb 100644 (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
index dc0bc46..eb7d06d 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <node.h>
 #include <node_buffer.h>
+#include <node_isolate.h>
 #include <req_wrap.h>
 
 #include <node_vars.h>
index 9f66751..483118a 100644 (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>
index 50c88a9..3d988ac 100644 (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>
index 2e14328..fbe9152 100644 (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>
index 2197850..83fdcdd 100644 (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>
index fb86036..82b7ec9 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <node.h>
 #include <handle_wrap.h>
+#include <node_isolate.h>
 
 #define UNWRAP \
   assert(!args.Holder().IsEmpty()); \
index b3ed49f..1ec8410 100644 (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>
index 81405f4..f0c487e 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <node.h>
 #include <node_buffer.h>
+#include <node_isolate.h>
 
 #include <req_wrap.h>
 #include <handle_wrap.h>