diff options
| author | LC <mathew1800@gmail.com> | 2020-11-12 02:22:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-12 02:22:21 -0500 |
| commit | 93212049ac7cecd7a274a97cb5c6c860cd512aa7 (patch) | |
| tree | 6974ecef89351bb71af63340cd049e36ece12497 /Source/Core/DiscIO/FileSystemGCWii.cpp | |
| parent | 9e3e325add765cb2c0143df6fd5b324c0538559e (diff) | |
| parent | 689eec5304ebfcd27013717bb7c3924da570db80 (diff) | |
Merge pull request #9242 from lioncash/disc-panic
DiscIO: Make use of fmt-capable panic alerts
Diffstat (limited to 'Source/Core/DiscIO/FileSystemGCWii.cpp')
| -rw-r--r-- | Source/Core/DiscIO/FileSystemGCWii.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/FileSystemGCWii.cpp b/Source/Core/DiscIO/FileSystemGCWii.cpp index 71e7fb7ff3..541baf67ee 100644 --- a/Source/Core/DiscIO/FileSystemGCWii.cpp +++ b/Source/Core/DiscIO/FileSystemGCWii.cpp @@ -3,7 +3,6 @@ // Refer to the license.txt file included. #include <algorithm> -#include <cinttypes> #include <cstddef> #include <cstring> #include <locale> |
