summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/WatchFaceInfineat.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2022-09-27 18:06:15 +0200
committerJean-François Milants <jf@codingfield.com>2022-09-27 18:06:15 +0200
commit56f315b94acc45e2175e030fca31cf8b56e36b93 (patch)
tree84f937c314fd8e99807134d7c50094bcc5c76689 /src/displayapp/screens/WatchFaceInfineat.h
parent58bb0e77db34703b99522956de804a674ec81a23 (diff)
A few minors changes following the code review : rename fs -> filesystem, use std::array instead of raw array,...
Diffstat (limited to 'src/displayapp/screens/WatchFaceInfineat.h')
-rw-r--r--src/displayapp/screens/WatchFaceInfineat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFaceInfineat.h b/src/displayapp/screens/WatchFaceInfineat.h
index c306b53c..4a7dbebd 100644
--- a/src/displayapp/screens/WatchFaceInfineat.h
+++ b/src/displayapp/screens/WatchFaceInfineat.h
@@ -1,6 +1,6 @@
#pragma once
-#include <lvgl/src/lv_core/lv_obj.h>
+#include <lvgl/lvgl.h>
#include <chrono>
#include <cstdint>
#include <memory>