mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
AchievementSettings: Move pragma once out of ifdef
Makes the header a little more consistent with others (and also we should still have a header guard be present at all times).
This commit is contained in:
parent
d1b4c5482c
commit
49eadbb824
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
// Copyright 2023 Dolphin Emulator Project
|
// Copyright 2023 Dolphin Emulator Project
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
#ifdef USE_RETRO_ACHIEVEMENTS
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#ifdef USE_RETRO_ACHIEVEMENTS
|
||||||
|
|
||||||
#include "Common/Config/Config.h"
|
#include "Common/Config/Config.h"
|
||||||
|
|
||||||
namespace Config
|
namespace Config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue