diff options
| author | Dentomologist <dentomologist@gmail.com> | 2024-07-26 14:24:16 -0700 |
|---|---|---|
| committer | Dentomologist <dentomologist@gmail.com> | 2024-07-26 14:28:34 -0700 |
| commit | d627b78c46ef752211a0aa7f259cd9f7e2415985 (patch) | |
| tree | ff2ce31ad7d95d1c18bb6f0b19092b52a22bea0b /Source/Core/InputCommon/ControllerInterface | |
| parent | 7bd2a7bde301c9dc255ae45e60fcfcd8ba10aecc (diff) | |
Adjust order and spacing of various #includes
Move some #includes around to match the Contributing guidelines.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/Quartz/Quartz.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Quartz/Quartz.mm b/Source/Core/InputCommon/ControllerInterface/Quartz/Quartz.mm index 5d52595835..e0a504604a 100644 --- a/Source/Core/InputCommon/ControllerInterface/Quartz/Quartz.mm +++ b/Source/Core/InputCommon/ControllerInterface/Quartz/Quartz.mm @@ -2,6 +2,7 @@ // SPDX-License-Identifier: GPL-2.0-or-later #include "InputCommon/ControllerInterface/Quartz/Quartz.h" + #include "InputCommon/ControllerInterface/ControllerInterface.h" #include "InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.h" |
