Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Remove node_isolate.h from node.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 21, 2011
1 parent 46582ad commit 65c9ecb
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/cares_wrap.cc
Expand Up @@ -22,6 +22,7 @@
#include <assert.h>
#include <node.h>
#include <req_wrap.h>
#include <node_isolate.h>
#include <uv.h>

#include <string.h>
Expand Down
1 change: 1 addition & 0 deletions src/fs_event_wrap.cc
Expand Up @@ -21,6 +21,7 @@

#include <node.h>
#include <handle_wrap.h>
#include <node_isolate.h>

#include <stdlib.h>

Expand Down
1 change: 1 addition & 0 deletions src/handle_wrap.cc
Expand Up @@ -21,6 +21,7 @@

#include <node.h>
#include <handle_wrap.h>
#include <node_isolate.h>

namespace node {

Expand Down
1 change: 1 addition & 0 deletions src/node.cc
Expand Up @@ -20,6 +20,7 @@
// USE OR OTHER DEALINGS IN THE SOFTWARE.

#include <node.h>
#include <node_isolate.h>

#include <uv.h>

Expand Down
1 change: 0 additions & 1 deletion src/node.h
Expand Up @@ -64,7 +64,6 @@
#include <sys/stat.h>
#include <assert.h>

#include <node_isolate.h>
#include <node_object_wrap.h>

#if NODE_WANT_INTERNALS
Expand Down
1 change: 1 addition & 0 deletions src/node_crypto.cc
Expand Up @@ -24,6 +24,7 @@

#include <node.h>
#include <node_buffer.h>
#include <node_isolate.h>
#include <node_root_certs.h>

#include <string.h>
Expand Down
1 change: 1 addition & 0 deletions src/node_file.cc
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/node_zlib.cc
Expand Up @@ -29,6 +29,7 @@

#include <node.h>
#include <node_buffer.h>
#include <node_isolate.h>
#include <req_wrap.h>

#include <node_vars.h>
Expand Down
1 change: 1 addition & 0 deletions src/pipe_wrap.cc
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions src/process_wrap.cc
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions src/stream_wrap.cc
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions src/tcp_wrap.cc
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions src/timer_wrap.cc
Expand Up @@ -21,6 +21,7 @@

#include <node.h>
#include <handle_wrap.h>
#include <node_isolate.h>

#define UNWRAP \
assert(!args.Holder().IsEmpty()); \
Expand Down
1 change: 1 addition & 0 deletions src/tty_wrap.cc
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions src/udp_wrap.cc
Expand Up @@ -21,6 +21,7 @@

#include <node.h>
#include <node_buffer.h>
#include <node_isolate.h>

#include <req_wrap.h>
#include <handle_wrap.h>
Expand Down

0 comments on commit 65c9ecb

Please sign in to comment.