mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-13 17:52:45 +00:00
hid/controller/npad: Remove #pragma once from the cpp file
This is only useful in headers.
This commit is contained in:
parent
aeda743446
commit
929ed59f1f
|
@ -2,8 +2,6 @@
|
||||||
// Licensed under GPLv2 or any later version
|
// Licensed under GPLv2 or any later version
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
Loading…
Reference in a new issue