mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-11 07:56:15 +01:00
Remove unnecessary Apple-specific HID API include from hid_pad_handler.cpp
This commit is contained in:
parent
8bd7d3c466
commit
d8cc077d06
|
|
@ -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…
Reference in a new issue