diff options
author | Daniel Bevenius <daniel.bevenius@gmail.com> | 2018-05-11 08:43:03 +0200 |
---|---|---|
committer | Daniel Bevenius <daniel.bevenius@gmail.com> | 2018-05-13 17:04:54 +0200 |
commit | a9b399f5815f0c6c93f00e66a6df533f1d15dddc (patch) | |
tree | 5072db89e49107b6e03f1ebc3a0d9fc540adc973 /src/node_contextify.h | |
parent | f9c6fd0a02dd7c13a2262507248cb438af23c03e (diff) | |
download | node-new-a9b399f5815f0c6c93f00e66a6df533f1d15dddc.tar.gz |
src: remove unused includes from node_contextify.h
PR-URL: https://github.com/nodejs/node/pull/20670
Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/node_contextify.h')
-rw-r--r-- | src/node_contextify.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node_contextify.h b/src/node_contextify.h index 70ce091af3..20bf2dafe2 100644 --- a/src/node_contextify.h +++ b/src/node_contextify.h @@ -2,8 +2,6 @@ #define SRC_NODE_CONTEXTIFY_H_ #include "node_internals.h" -#include "node_watchdog.h" -#include "base_object-inl.h" #include "node_context_data.h" namespace node { |