summaryrefslogtreecommitdiff
path: root/src/node_perf.h
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_perf.h
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_perf.h')
-rw-r--r--src/node_perf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_perf.h b/src/node_perf.h
index 6699272e88..ba7a326471 100644
--- a/src/node_perf.h
+++ b/src/node_perf.h
@@ -6,7 +6,6 @@
#include "node.h"
#include "node_perf_common.h"
#include "env.h"
-#include "base-object.h"
#include "base-object-inl.h"
#include "v8.h"