Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2017-10-27 11:10:02 +0300
committerJoyee Cheung <joyeec9h3@gmail.com>2017-10-30 13:56:38 +0300
commitcdb263d3baebfe366fb817c6ae14202f8832c04d (patch)
treef91d23b502c190c2aa2d2ade7a60e392051d0948 /src/pipe_wrap.cc
parent23a3911cb107b0170c0ba803df574007c14ea72c (diff)
src: do not include x.h if x-inl.h is included
PR-URL: https://github.com/nodejs/node/pull/16548 Fixes: https://github.com/nodejs/node/issues/16519 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'src/pipe_wrap.cc')
-rw-r--r--src/pipe_wrap.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pipe_wrap.cc b/src/pipe_wrap.cc
index 72dd99c1e5c..5a6eeaa3ebd 100644
--- a/src/pipe_wrap.cc
+++ b/src/pipe_wrap.cc
@@ -23,7 +23,6 @@
#include "async-wrap.h"
#include "connection_wrap.h"
-#include "env.h"
#include "env-inl.h"
#include "handle_wrap.h"
#include "node.h"
@@ -32,7 +31,6 @@
#include "connect_wrap.h"
#include "stream_wrap.h"
#include "util-inl.h"
-#include "util.h"
namespace node {