From 26eb580043ad176bdc58d996f30d470e1073ef00 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 2 May 2024 21:52:59 +1000 Subject: move driver includes into a subdir as well --- src/tangara/input/input_touch_wheel.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tangara/input/input_touch_wheel.cpp') diff --git a/src/tangara/input/input_touch_wheel.cpp b/src/tangara/input/input_touch_wheel.cpp index a496e882..2c4a8b03 100644 --- a/src/tangara/input/input_touch_wheel.cpp +++ b/src/tangara/input/input_touch_wheel.cpp @@ -11,14 +11,14 @@ #include "hal/lv_hal_indev.h" +#include "drivers/haptics.hpp" +#include "drivers/nvs.hpp" +#include "drivers/touchwheel.hpp" #include "events/event_queue.hpp" -#include "haptics.hpp" #include "input/input_device.hpp" #include "input/input_hook_actions.hpp" #include "input/input_trigger.hpp" #include "lua/property.hpp" -#include "nvs.hpp" -#include "touchwheel.hpp" #include "ui/ui_events.hpp" namespace input { -- cgit v1.2.3