aboutsummaryrefslogtreecommitdiffstats
path: root/pico-watch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pico-watch.cpp')
-rw-r--r--pico-watch.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/pico-watch.cpp b/pico-watch.cpp
index b1d0c13..54e78f4 100644
--- a/pico-watch.cpp
+++ b/pico-watch.cpp
@@ -6,10 +6,10 @@
#include "pico/util/datetime.h"
#include "init.hpp"
-#include "api.hpp"
+#include "hal/api.hpp"
#include "buttons.hpp"
#include "globals.hpp"
-#include "app_manager.hpp"
+#include "app/app_manager.hpp"
global_status g_s;
user_settings g_user;