diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2023-01-24 12:18:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-24 12:18:25 +0100 |
| commit | caca662dbff0a2fdebe6231288f9288e54419819 (patch) | |
| tree | 7b914a5a76e0db3558976f8abde43db91c92d59d /Source/Core/Common/FileUtil.cpp | |
| parent | d4d6f3db63f974885c7a96a1bf6dfc65a1640122 (diff) | |
| parent | d51e4e52364d7215a229e961e4f4457d1dfde3ca (diff) | |
Merge pull request #10994 from shuffle2/fs
get rid of HAS_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 |
