Skip to content

Commit 0202c6c

Browse files
danbevtargos
authored andcommitted
src: remove unused locale.h
This commit removes the locale.h header as it does not look like it is used. PR-URL: #23120 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent f4cffff commit 0202c6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node.cc

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
#include <errno.h>
7777
#include <fcntl.h> // _O_RDWR
7878
#include <limits.h> // PATH_MAX
79-
#include <locale.h>
8079
#include <signal.h>
8180
#include <stdio.h>
8281
#include <stdlib.h>

0 commit comments

Comments
 (0)