mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06: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