mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
Remove unnecessary Apple-specific HID API include from hid_pad_handler.cpp
This commit is contained in:
parent
8bd7d3c466
commit
d8cc077d06
1 changed files with 0 additions and 5 deletions
|
|
@ -9,11 +9,6 @@
|
|||
#include "Utilities/Timer.h"
|
||||
#include "Emu/System.h"
|
||||
#include "pad_thread.h"
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#include "3rdparty/hidapi/hidapi/mac/hidapi_darwin.h"
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue