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;