mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Remove #pragma once in DesiredWiimoteState.cpp
That shouldn't be there...
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user