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:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2018-03-18 15:30:49 +0300
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-03-20 09:33:45 +0300
commit489b916c7d14032df46fea332133f38a1cadb40d (patch)
treec4e92bd20e3c24c78b760a85e87dddd42b886648 /src/cares_wrap.cc
parent1f356a26ae647ff0efab0d99ec76388e640b57c9 (diff)
src: remove unused stdlib.h include
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 <anna@addaleax.net> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'src/cares_wrap.cc')
-rw-r--r--src/cares_wrap.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cares_wrap.cc b/src/cares_wrap.cc
index a06f4f407cd..8f69df83133 100644
--- a/src/cares_wrap.cc
+++ b/src/cares_wrap.cc
@@ -29,7 +29,6 @@
#include "uv.h"
#include <errno.h>
-#include <stdlib.h>
#include <string.h>
#include <vector>
#include <unordered_set>