Skip to content

Commit

Permalink
src: remove unused headers in node_file.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
pluris committed Nov 27, 2023
1 parent f11b206 commit 77b7761
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/node_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,6 @@
#include "stream_base-inl.h"
#include "string_bytes.h"

#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <cstring>
#include <cerrno>
#include <climits>

#if defined(__MINGW32__) || defined(_MSC_VER)
# include <io.h>
#endif

#include <memory>

namespace node {

namespace fs {
Expand Down

0 comments on commit 77b7761

Please sign in to comment.