Merge pull request #341 from lioncash/pragma

Move the header guard before the includes in VideoCommon's Statistics.h
This commit is contained in:
Ryan Houdek 2014-05-10 23:21:53 -05:00
commit 15ce648b0d
1 changed files with 2 additions and 2 deletions

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;