summaryrefslogtreecommitdiff
path: root/src/node_serdes.cc
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2017-10-27 16:10:02 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2017-10-30 18:56:38 +0800
commitcdb263d3baebfe366fb817c6ae14202f8832c04d (patch)
treef91d23b502c190c2aa2d2ade7a60e392051d0948 /src/node_serdes.cc
parent23a3911cb107b0170c0ba803df574007c14ea72c (diff)
downloadandroid-node-v8-cdb263d3baebfe366fb817c6ae14202f8832c04d.tar.gz
android-node-v8-cdb263d3baebfe366fb817c6ae14202f8832c04d.tar.bz2
android-node-v8-cdb263d3baebfe366fb817c6ae14202f8832c04d.zip
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/node_serdes.cc')
-rw-r--r--src/node_serdes.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_serdes.cc b/src/node_serdes.cc
index f477016ec0..4e99513a5f 100644
--- a/src/node_serdes.cc
+++ b/src/node_serdes.cc
@@ -1,6 +1,5 @@
#include "node_internals.h"
#include "node_buffer.h"
-#include "base-object.h"
#include "base-object-inl.h"
namespace node {