Browse Source

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

This is only useful in headers.
nce_cpp
Lioncash 7 years ago
parent
commit
5583e4f15d
  1. 2
      src/core/hle/service/hid/controllers/npad.cpp

2
src/core/hle/service/hid/controllers/npad.cpp

@ -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>

Loading…
Cancel
Save