mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Move the #pragma once header guard before the includes in Statistics.h in VideoCommon.
This commit is contained in:
parent
07fbb13bba
commit
f4d80bd8a5
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
// Licensed under GPLv2
|
// Licensed under GPLv2
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "Common/CommonTypes.h"
|
#include "Common/CommonTypes.h"
|
||||||
#include "VideoCommon/VideoCommon.h"
|
#include "VideoCommon/VideoCommon.h"
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
struct Statistics
|
struct Statistics
|
||||||
{
|
{
|
||||||
int numPixelShadersCreated;
|
int numPixelShadersCreated;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue