device: Fix some includes
This commit is contained in:
parent
f8f0180ee7
commit
bc2450441d
|
|
@ -11,7 +11,7 @@
|
|||
* @date 2018-01-25
|
||||
*/
|
||||
|
||||
#include "inputDeviceManager.h"
|
||||
#include "linuxInputDeviceManager.h"
|
||||
#include "throw_event.h"
|
||||
|
||||
#ifdef PHAVE_LINUX_INPUT_H
|
||||
|
|
|
|||
|
|
@ -12,7 +12,9 @@
|
|||
*/
|
||||
|
||||
#include "trackerNode.h"
|
||||
|
||||
#include "config_device.h"
|
||||
#include "clientTrackerDevice.h"
|
||||
#include "dataNodeTransmit.h"
|
||||
|
||||
TypeHandle TrackerNode::_type_handle;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#if defined(_WIN32) && !defined(CPPPARSER)
|
||||
|
||||
#include "xinputDevice.h"
|
||||
#include "xInputDevice.h"
|
||||
|
||||
#include <CfgMgr32.h>
|
||||
#include <devpkey.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue