diff options
| author | Tilka <tilkax@gmail.com> | 2024-08-07 03:27:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-07 03:27:23 +0100 |
| commit | 56e7e37d4fd3aa16944b6ecf09fb574529ff2ac0 (patch) | |
| tree | d69ec643b858ce54e46de5f3e59ad7fcea4d8c3c /Source/Core/InputCommon/ControllerInterface | |
| parent | 513405b0aeadcf582e9d3430b742813cf509382d (diff) | |
| parent | d627b78c46ef752211a0aa7f259cd9f7e2415985 (diff) | |
Merge pull request #12957 from Dentomologist/adjust_include_order_and_spacing
Adjust order and spacing of various #includes
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" |
