From 73710c07455ae6043787502281ae8d8b7e445530 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 17 Jun 2019 02:00:58 -0400 Subject: [PATCH] VideoCommon/Statistics: Remove unused header inclusions These aren't used anywhere, so they can be removed. --- Source/Core/VideoCommon/Statistics.cpp | 3 --- Source/Core/VideoCommon/Statistics.h | 2 -- 2 files changed, 5 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 #include #include "imgui.h" -#include "Common/StringUtil.h" #include "VideoCommon/Statistics.h" -#include "VideoCommon/VertexLoaderManager.h" #include "VideoCommon/VideoConfig.h" Statistics stats; diff --git a/Source/Core/VideoCommon/Statistics.h b/Source/Core/VideoCommon/Statistics.h index 431df7d9de..a98f73f012 100644 --- a/Source/Core/VideoCommon/Statistics.h +++ b/Source/Core/VideoCommon/Statistics.h @@ -4,8 +4,6 @@ #pragma once -#include - struct Statistics { int numPixelShadersCreated;