diff options
| author | Pokechu22 <Pokechu022@gmail.com> | 2021-12-11 11:39:04 -0800 |
|---|---|---|
| committer | Pokechu22 <Pokechu022@gmail.com> | 2022-01-09 12:43:11 -0800 |
| commit | 161c6274668af9b2bc9d7c46415c317d8768c834 (patch) | |
| tree | 9731a46b7b6630538c4ea139b1d8a703d9fe2f90 /Source/Android/jni/MainAndroid.cpp | |
| parent | 44e93e91d7043ebad159c7f40a4473b294076066 (diff) | |
Treewide: Remove unused inclusions of <cinttypes>
Most of these became unneeded when fmt was introduced.
Diffstat (limited to 'Source/Android/jni/MainAndroid.cpp')
| -rw-r--r-- | Source/Android/jni/MainAndroid.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp index 4b2e6f5358..326995bd39 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -5,7 +5,6 @@ #include <UICommon/GameFile.h> #include <android/log.h> #include <android/native_window_jni.h> -#include <cinttypes> #include <cstdio> #include <cstdlib> #include <jni.h> |
