Skip to content

Commit

Permalink
[Update] 6.3.0 - Fix - Don't rename everything!
Browse files Browse the repository at this point in the history
  • Loading branch information
realizelol committed Jan 15, 2022
1 parent 33fbb3d commit dadf93d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions VoodooPS2Keyboard/VoodooPS2Keyboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
// #endif

#include <IOKit/IOLib.h>
#include <IOKit/HIDFamily/IOHIDParameter.h>
#include <IOKit/hidsystem/IOHIDParameter.h>
#include <IOKit/pwr_mgt/IOPM.h>
#include <IOKit/pwr_mgt/RootDomain.h>
#include <IOKit/IOTimerEventSource.h>
Expand All @@ -37,7 +37,7 @@
#include "VoodooPS2Keyboard.h"
#include "ApplePS2ToADBMap.h"
#include "AppleACPIPS2Nub.h"
#include <IOKit/HIDFamily/ev_keymap.h>
#include <IOKit/hidsystem/ev_keymap.h>
#include <libkern/version.h>

//REVIEW: avoids problem with Xcode 5.1.0 where -dead_strip eliminates these required symbols
Expand Down
2 changes: 1 addition & 1 deletion VoodooPS2Keyboard/VoodooPS2Keyboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include <libkern/c++/OSBoolean.h>
#include "ApplePS2KeyboardDevice.h"
#include <IOKit/HIDFamily/IOHIKeyboard.h>
#include <IOKit/hidsystem/IOHIKeyboard.h>
#include <IOKit/acpi/IOACPIPlatformDevice.h>
#include <IOKit/IOCommandGate.h>

Expand Down
2 changes: 1 addition & 1 deletion VoodooPS2Trackpad/VoodooPS2TouchPadBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//

#include <IOKit/IOLib.h>
#include <IOKit/HIDFamily/IOHIDParameter.h>
#include <IOKit/hidsystem/IOHIDParameter.h>
#include <IOKit/IOWorkLoop.h>
#include <IOKit/IOTimerEventSource.h>
#include "VoodooPS2Controller.h"
Expand Down
2 changes: 1 addition & 1 deletion VoodooPS2Trackpad/VoodooPS2TouchPadBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "ApplePS2MouseDevice.h"
#include <IOKit/IOTimerEventSource.h>
#include <IOKit/HIDFamily/IOHIPointing.h>
#include <IOKit/hidsystem/IOHIPointing.h>
#include <IOKit/IOCommandGate.h>
#include "Decay.h"

Expand Down

0 comments on commit dadf93d

Please sign in to comment.