mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-25 01:01:37 -05:00
Replace all include guard ifdefs with "#pragma once"
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
// at the start of every frame. Noone should ever change members of g_ActiveConfig
|
||||
// directly.
|
||||
|
||||
#ifndef _VIDEO_CONFIG_H_
|
||||
#define _VIDEO_CONFIG_H_
|
||||
#pragma once
|
||||
|
||||
#include "Common.h"
|
||||
#include "VideoCommon.h"
|
||||
@@ -168,5 +167,3 @@ extern VideoConfig g_ActiveConfig;
|
||||
|
||||
// Called every frame.
|
||||
void UpdateActiveConfig();
|
||||
|
||||
#endif // _VIDEO_CONFIG_H_
|
||||
|
||||
Reference in New Issue
Block a user