diff options
author | Scott Blomquist <sblom@microsoft.com> | 2013-10-24 13:10:43 -0700 |
---|---|---|
committer | Scott Blomquist <sblom@microsoft.com> | 2013-10-29 09:38:22 -0700 |
commit | c137e3d2492160433a78a5d453b8768a7a106864 (patch) | |
tree | 46f34a9c8152b86a7a71f56c967ba8381b7c4090 /src/node_contextify.h | |
parent | f755ecf484a9789525746475b924ddf2b3f316d0 (diff) | |
download | node-new-c137e3d2492160433a78a5d453b8768a7a106864.tar.gz |
src: Remove unused refs to node_object_wrap.h
Turns out that we don't use node_object_wrap.h any more in core,
and, with v8 3.21, it's breaking our Windows build. Removing refs
to it everywhere (and adding node.h in one case where it was the
only way node.h was being included), we have restored the Windows
build.
Diffstat (limited to 'src/node_contextify.h')
-rw-r--r-- | src/node_contextify.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_contextify.h b/src/node_contextify.h index 2b45bb059e..c362f48058 100644 --- a/src/node_contextify.h +++ b/src/node_contextify.h @@ -23,7 +23,6 @@ #define SRC_NODE_CONTEXTIFY_H_ #include "node.h" -#include "node_object_wrap.h" #include "v8.h" #include "uv.h" |