Skip to content

Commit 77b7761

Browse files
author
pluris
committed
src: remove unused headers in node_file.cc
1 parent f11b206 commit 77b7761

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/node_file.cc

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,6 @@
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-
49-
#if defined(__MINGW32__) || defined(_MSC_VER)
50-
# include <io.h>
51-
#endif
52-
53-
#include <memory>
54-
5542
namespace node {
5643

5744
namespace fs {

0 commit comments

Comments
 (0)