From 7d7f7755d17e1e0a2348d75d797097f166b70471 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 2 May 2024 21:41:56 +1000 Subject: start moving include files into subdirs --- src/tangara/system_fsm/booting.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/tangara/system_fsm/booting.cpp') diff --git a/src/tangara/system_fsm/booting.cpp b/src/tangara/system_fsm/booting.cpp index 44700cc4..d9e05c39 100644 --- a/src/tangara/system_fsm/booting.cpp +++ b/src/tangara/system_fsm/booting.cpp @@ -7,7 +7,7 @@ #include "collation.hpp" #include "haptics.hpp" #include "spiffs.hpp" -#include "system_fsm.hpp" +#include "system_fsm/system_fsm.hpp" #include #include @@ -21,24 +21,24 @@ #include "freertos/timers.h" #include "adc.hpp" -#include "audio_fsm.hpp" -#include "battery.hpp" +#include "audio/audio_fsm.hpp" +#include "audio/track_queue.hpp" +#include "battery/battery.hpp" #include "bluetooth.hpp" #include "bluetooth_types.hpp" +#include "database/tag_parser.hpp" #include "display_init.hpp" -#include "event_queue.hpp" +#include "events/event_queue.hpp" #include "gpios.hpp" #include "i2c.hpp" #include "nvs.hpp" #include "samd.hpp" -#include "service_locator.hpp" #include "spi.hpp" -#include "system_events.hpp" -#include "tag_parser.hpp" +#include "system_fsm/service_locator.hpp" +#include "system_fsm/system_events.hpp" #include "tasks.hpp" #include "touchwheel.hpp" -#include "track_queue.hpp" -#include "ui_fsm.hpp" +#include "ui/ui_fsm.hpp" namespace system_fsm { namespace states { -- cgit v1.2.3