Skip to content

Commit

Permalink
Remove move useless Windows includes in u::fs
Browse files Browse the repository at this point in the history
  • Loading branch information
gvnnz committed Aug 26, 2023
1 parent f4653a3 commit 81987bc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/utils/fs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,9 @@
* -------------------------------------------------------------------------- */

#include "core/const.h"
#include <filesystem>
#ifdef G_OS_WINDOWS // getcwd (unix) or __getcwd (win)
#include <direct.h>
#include <windows.h>
#endif
#include <climits>
#include <cstdlib>
#include <filesystem>
#include <string>
#ifdef G_OS_MAC
#include <libgen.h> // basename unix
Expand Down

0 comments on commit 81987bc

Please sign in to comment.