2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

hid/controller/npad: Remove #pragma once from the cpp file

This is only useful in headers.
This commit is contained in:
Lioncash 2018-10-17 20:42:57 -04:00
parent aeda743446
commit 929ed59f1f

View file

@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include <algorithm>
#include <array>
#include <cstring>