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:
authorJuan José Arboleda <soyjuanarbol@gmail.com>2020-04-26 04:07:16 +0300
committerJames M Snell <jasnell@gmail.com>2020-05-22 04:29:10 +0300
commit39ceb6ae785e274422369e3bf6834a896e10c232 (patch)
treedb9cc4145d5c94bbbdc3005d8cdf22138d5fc53b /src/util.h
parentc45313b3ad47d7e7aa7d204d3ac002a5bbdf3bcb (diff)
src: remove unused headers in src/util.h
PR-URL: https://github.com/nodejs/node/pull/33070 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/util.h b/src/util.h
index 979091e6d6e..2f1fdada59e 100644
--- a/src/util.h
+++ b/src/util.h
@@ -33,9 +33,7 @@
#pragma GCC diagnostic pop
#endif
-#include <cassert>
-#include <climits> // PATH_MAX
-#include <csignal>
+#include <climits>
#include <cstddef>
#include <cstdio>
#include <cstdlib>