summaryrefslogtreecommitdiff
path: root/src/stream_base.h
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2017-10-30 18:41:06 +0800
committerMyles Borins <mylesborins@google.com>2017-11-28 13:10:31 +0900
commitb00ced5b52b2061c9f12ef1ec10252ee691d3ffd (patch)
tree7c98a448df0059c72e646a0b9e2e79c7ab14c97f /src/stream_base.h
parenta4688b0c4371ff113a32f438ef2a4667b4f15cb2 (diff)
downloadnode-new-b00ced5b52b2061c9f12ef1ec10252ee691d3ffd.tar.gz
src: do not include x.h if x-inl.h is included
Backport-PR-URL: https://github.com/nodejs/node/pull/16610 Fixes: https://github.com/nodejs/node/issues/16519 PR-URL: https://github.com/nodejs/node/pull/16548 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/stream_base.h')
-rw-r--r--src/stream_base.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stream_base.h b/src/stream_base.h
index 56cd4129d8..0d9e011d75 100644
--- a/src/stream_base.h
+++ b/src/stream_base.h
@@ -5,7 +5,6 @@
#include "env.h"
#include "async-wrap.h"
-#include "req-wrap.h"
#include "req-wrap-inl.h"
#include "node.h"
#include "util.h"