Skip to content

Commit

Permalink
Remove unnecessary header include and fix formatting
Browse files Browse the repository at this point in the history
The commit removes an unnecessary header include and fixes the formatting in fileProcessor.cpp.
  • Loading branch information
swiftraccoon committed Nov 14, 2023
1 parent 9770ab0 commit 2336c45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fileProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <thread>
#include <vector>
#include <sys/types.h>
#include <sys/wait.h>

#ifdef _WIN32
#include <windows.h>
Expand Down

1 comment on commit 2336c45

@swiftraccoon
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#17

Please sign in to comment.