diff options
| author | Lioncash <mathew1800@gmail.com> | 2019-06-17 02:00:58 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2019-06-17 02:36:41 -0400 |
| commit | 73710c07455ae6043787502281ae8d8b7e445530 (patch) | |
| tree | 152cc7b839fe25b1799a3050e7b61d3eb5139ddd /Source/Core/VideoCommon/Statistics.cpp | |
| parent | 6416fe336cf65c3001b6428ecf2194581ada6aa2 (diff) | |
VideoCommon/Statistics: Remove unused header inclusions
These aren't used anywhere, so they can be removed.
Diffstat (limited to 'Source/Core/VideoCommon/Statistics.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Statistics.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/Statistics.cpp b/Source/Core/VideoCommon/Statistics.cpp index 981da2d2c9..cfed452676 100644 --- a/Source/Core/VideoCommon/Statistics.cpp +++ b/Source/Core/VideoCommon/Statistics.cpp @@ -2,14 +2,11 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. -#include <string> #include <utility> #include "imgui.h" -#include "Common/StringUtil.h" #include "VideoCommon/Statistics.h" -#include "VideoCommon/VertexLoaderManager.h" #include "VideoCommon/VideoConfig.h" Statistics stats; |
