diff --git a/Source/Core/VideoCommon/Statistics.h b/Source/Core/VideoCommon/Statistics.h index 989549e6ce..ccd5936d84 100644 --- a/Source/Core/VideoCommon/Statistics.h +++ b/Source/Core/VideoCommon/Statistics.h @@ -2,13 +2,13 @@ // Licensed under GPLv2 // Refer to the license.txt file included. +#pragma once + #include #include "Common/CommonTypes.h" #include "VideoCommon/VideoCommon.h" -#pragma once - struct Statistics { int numPixelShadersCreated;