Skip to content

Commit

Permalink
Remove unnecessary windows.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirenliel committed Mar 17, 2022
1 parent 788c0b4 commit 1b4b4e2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/ControllerDevice.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "ControllerDevice.hpp"
#include <Windows.h>

SlimeVRDriver::ControllerDevice::ControllerDevice(std::string serial, int deviceId, ControllerDevice::Handedness handedness):
serial_(serial), handedness_(handedness), deviceId_(deviceId)
Expand Down
1 change: 0 additions & 1 deletion src/HMDDevice.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "HMDDevice.hpp"
#include <Windows.h>

SlimeVRDriver::HMDDevice::HMDDevice(std::string serial, int deviceId):
serial_(serial), deviceId_(deviceId)
Expand Down
2 changes: 0 additions & 2 deletions src/TrackerDevice.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#include "TrackerDevice.hpp"
#include <Windows.h>


SlimeVRDriver::TrackerDevice::TrackerDevice(std::string serial, int deviceId, TrackerRole trackerRole_):
serial_(serial), trackerRole(trackerRole_), deviceId_(deviceId)
Expand Down

0 comments on commit 1b4b4e2

Please sign in to comment.