Skip to content

Commit

Permalink
Merge pull request #341 from lioncash/pragma
Browse files Browse the repository at this point in the history
Move the header guard before the includes in VideoCommon's Statistics.h
  • Loading branch information
Sonicadvance1 committed May 11, 2014
2 parents 878740b + f4d80bd commit 15ce648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Core/VideoCommon/Statistics.h
Expand Up @@ -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;
Expand Down

0 comments on commit 15ce648

Please sign in to comment.