diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2022-08-19 19:50:36 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2023-01-10 05:17:43 -0800 |
| commit | d51e4e52364d7215a229e961e4f4457d1dfde3ca (patch) | |
| tree | 6f42a2b48d20de1df867743350f4740e68774f93 /Source/Core/Common/FileUtil.cpp | |
| parent | acafb0770713d53a48b3142cb6ef18df52546332 (diff) | |
get rid of HAS_STD_FILESYSTEM
just use std::filesystem
Diffstat (limited to 'Source/Core/Common/FileUtil.cpp')
| -rw-r--r-- | Source/Core/Common/FileUtil.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/FileUtil.cpp b/Source/Core/Common/FileUtil.cpp index 1dbadafe86..983e7d21a0 100644 --- a/Source/Core/Common/FileUtil.cpp +++ b/Source/Core/Common/FileUtil.cpp @@ -54,7 +54,6 @@ #endif #ifdef ANDROID -#include "Common/StringUtil.h" #include "jni/AndroidCommon/AndroidCommon.h" #endif |
