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/inspector_socket.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/inspector_socket.cc')
-rw-r--r--src/inspector_socket.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspector_socket.cc b/src/inspector_socket.cc
index 092138a7fa6..265b3761613 100644
--- a/src/inspector_socket.cc
+++ b/src/inspector_socket.cc
@@ -1,5 +1,4 @@
#include "inspector_socket.h"
-#include "util.h"
#include "util-inl.h"
#define NODE_WANT_INTERNALS 1