Skip to content

Commit

Permalink
src: remove unused headers in node_file.cc
Browse files Browse the repository at this point in the history
PR-URL: #50927
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Jungku Lee authored and richardlau committed Mar 25, 2024
1 parent bd03a15 commit 358793e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/node_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,10 @@
#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 358793e

Please sign in to comment.