Jelajahi Sumber

device: Fix some includes

Sam Edwards 7 tahun lalu
induk
melakukan
bc2450441d

+ 1 - 1
panda/src/device/linuxInputDeviceManager.cxx

@@ -11,7 +11,7 @@
  * @date 2018-01-25
  */
 
-#include "inputDeviceManager.h"
+#include "linuxInputDeviceManager.h"
 #include "throw_event.h"
 
 #ifdef PHAVE_LINUX_INPUT_H

+ 2 - 0
panda/src/device/trackerNode.cxx

@@ -12,7 +12,9 @@
  */
 
 #include "trackerNode.h"
+
 #include "config_device.h"
+#include "clientTrackerDevice.h"
 #include "dataNodeTransmit.h"
 
 TypeHandle TrackerNode::_type_handle;

+ 1 - 1
panda/src/device/winInputDeviceManager.h

@@ -18,7 +18,7 @@
 
 #if defined(_WIN32) && !defined(CPPPARSER)
 
-#include "xinputDevice.h"
+#include "xInputDevice.h"
 
 #include <CfgMgr32.h>
 #include <devpkey.h>