mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
Remove #pragma once in DesiredWiimoteState.cpp
That shouldn't be there...
This commit is contained in:
parent
a056a1366f
commit
a84633f748
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
// Copyright 2022 Dolphin Emulator Project
|
// Copyright 2022 Dolphin Emulator Project
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <optional>
|
#include <optional>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue