diff options
| author | 2018-10-17 20:42:57 -0400 | |
|---|---|---|
| committer | 2018-10-17 20:52:45 -0400 | |
| commit | 929ed59f1fc752b0d1262748841b3a5c263e1078 (patch) | |
| tree | 634a22f4f080b33c24d1dfa842e59b02df6a1930 /src/core | |
| parent | hid/controller/npad: Move npad_id_list into the cpp file (diff) | |
| download | yuzu-929ed59f1fc752b0d1262748841b3a5c263e1078.tar.gz yuzu-929ed59f1fc752b0d1262748841b3a5c263e1078.tar.xz yuzu-929ed59f1fc752b0d1262748841b3a5c263e1078.zip | |
hid/controller/npad: Remove #pragma once from the cpp file
This is only useful in headers.
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/hle/service/hid/controllers/npad.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/hid/controllers/npad.cpp b/src/core/hle/service/hid/controllers/npad.cpp index 9a781b026..379df97cc 100644 --- a/src/core/hle/service/hid/controllers/npad.cpp +++ b/src/core/hle/service/hid/controllers/npad.cpp | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #pragma once | ||
| 6 | |||
| 7 | #include <algorithm> | 5 | #include <algorithm> |
| 8 | #include <array> | 6 | #include <array> |
| 9 | #include <cstring> | 7 | #include <cstring> |