summaryrefslogtreecommitdiffstats
path: root/buttons.cpp
diff options
context:
space:
mode:
authorConfuSomu2021-08-20 15:53:29 +0200
committerConfuSomu2021-08-20 15:53:29 +0200
commit7c4ed9a4261b3c4ebb6bf5f1047507170f7c7e16 (patch)
tree20a6082e20e7d11e554b90645774d809e43053d4 /buttons.cpp
parent74b05b65b2dcd2a7428fa06c6c15e4c8f68f0534 (diff)
downloadpico-watch-7c4ed9a4261b3c4ebb6bf5f1047507170f7c7e16.tar
pico-watch-7c4ed9a4261b3c4ebb6bf5f1047507170f7c7e16.tar.gz
pico-watch-7c4ed9a4261b3c4ebb6bf5f1047507170f7c7e16.zip
Tidy up project tree; move api, appMgr and BaseApp
Diffstat (limited to 'buttons.cpp')
-rw-r--r--buttons.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/buttons.cpp b/buttons.cpp
index a4eacab..1b92aa6 100644
--- a/buttons.cpp
+++ b/buttons.cpp
@@ -3,8 +3,8 @@
#include "buttons.hpp"
#include "globals.hpp"
-#include "api.hpp"
-#include "app_manager.hpp"
+#include "hal/api.hpp"
+#include "app/app_manager.hpp"
// From pico-watch.c:
extern Api app_api;