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/Core/VideoCommon/VertexLoaderBase.cpp | |
| parent | 44e93e91d7043ebad159c7f40a4473b294076066 (diff) | |
Treewide: Remove unused inclusions of <cinttypes>
Most of these became unneeded when fmt was introduced.
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoaderBase.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexLoaderBase.cpp b/Source/Core/VideoCommon/VertexLoaderBase.cpp index a9740329de..12f33bf038 100644 --- a/Source/Core/VideoCommon/VertexLoaderBase.cpp +++ b/Source/Core/VideoCommon/VertexLoaderBase.cpp @@ -4,7 +4,6 @@ #include "VideoCommon/VertexLoaderBase.h" #include <array> -#include <cinttypes> #include <cstring> #include <memory> #include <string> |
