Skip to content

Commit 4a1e1ba

Browse files
author
pluris
committedNov 27, 2023
src: remove unused headers in node_file.cc
1 parent f11b206 commit 4a1e1ba

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
 

‎src/node_file.cc

-9
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,10 @@
3939
#include "stream_base-inl.h"
4040
#include "string_bytes.h"
4141

42-
#include <fcntl.h>
43-
#include <sys/types.h>
44-
#include <sys/stat.h>
45-
#include <cstring>
46-
#include <cerrno>
47-
#include <climits>
48-
4942
#if defined(__MINGW32__) || defined(_MSC_VER)
5043
# include <io.h>
5144
#endif
5245

53-
#include <memory>
54-
5546
namespace node {
5647

5748
namespace fs {

0 commit comments

Comments
 (0)