From 0202c6c808bafcf33cf8fa902d24c7bd7ddba319 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 27 Sep 2018 13:40:26 +0200 Subject: [PATCH] src: remove unused locale.h This commit removes the locale.h header as it does not look like it is used. PR-URL: https://github.com/nodejs/node/pull/23120 Reviewed-By: Anna Henningsen Reviewed-By: Michael Dawson Reviewed-By: Sakthipriyan Vairamani Reviewed-By: James M Snell --- src/node.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node.cc b/src/node.cc index 4b5a8d11325e46..6a48fd256e7afd 100644 --- a/src/node.cc +++ b/src/node.cc @@ -76,7 +76,6 @@ #include #include // _O_RDWR #include // PATH_MAX -#include #include #include #include