summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/FileSystemGCWii.cpp
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2020-11-12 02:22:21 -0500
committerGitHub <noreply@github.com>2020-11-12 02:22:21 -0500
commit93212049ac7cecd7a274a97cb5c6c860cd512aa7 (patch)
tree6974ecef89351bb71af63340cd049e36ece12497 /Source/Core/DiscIO/FileSystemGCWii.cpp
parent9e3e325add765cb2c0143df6fd5b324c0538559e (diff)
parent689eec5304ebfcd27013717bb7c3924da570db80 (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.cpp1
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>