Move the #pragma once header guard before the includes in Statistics.h in VideoCommon.

This commit is contained in:
Lioncash 2014-05-04 00:24:21 -04:00
parent 07fbb13bba
commit f4d80bd8a5

View File

@ -2,13 +2,13 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#pragma once
#include <vector>
#include "Common/CommonTypes.h"
#include "VideoCommon/VideoCommon.h"
#pragma once
struct Statistics
{
int numPixelShadersCreated;