Skip to content

Commit

Permalink
Merge pull request #150 from marcgurevitx/cosmetic-remove-includes
Browse files Browse the repository at this point in the history
Remove two unnecessary includes of unistd
  • Loading branch information
JoeStrout authored Jul 28, 2024
2 parents b23b5dc + 8a2232b commit 4ac0ca5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MiniScript-cpp/src/ShellIntrinsics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
#else
#include <fcntl.h>
#include <unistd.h>
#include <unistd.h>
#include <dirent.h> // for readdir
#include <libgen.h> // for basename and dirname
#include <sys/stat.h> // for stat
Expand All @@ -60,7 +59,6 @@
#include <sys/sendfile.h>
#endif
#define PATHSEP '/'
#include <unistd.h>
#include <sys/wait.h>
#endif

Expand Down

0 comments on commit 4ac0ca5

Please sign in to comment.