From 489b916c7d14032df46fea332133f38a1cadb40d Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Sun, 18 Mar 2018 13:30:49 +0100 Subject: src: remove unused stdlib.h include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 870229e66529309dfea932c52d718ddc2d734966 ("src: Add ABORT macro") replaced the abort call with the abort macro in util-inl.h. This commit removes the include as it is not needed anymore. PR-URL: https://github.com/nodejs/node/pull/19427 Reviewed-By: Anna Henningsen Reviewed-By: Tobias Nießen Reviewed-By: Colin Ihrig --- src/fs_event_wrap.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/fs_event_wrap.cc') diff --git a/src/fs_event_wrap.cc b/src/fs_event_wrap.cc index b3fa3e8d9a..46318e39c9 100644 --- a/src/fs_event_wrap.cc +++ b/src/fs_event_wrap.cc @@ -26,7 +26,6 @@ #include "handle_wrap.h" #include "string_bytes.h" -#include namespace node { -- cgit v1.2.3