diff options
| author | Reinhold Gschweicher <pyro4hell@gmail.com> | 2021-11-03 22:08:57 (GMT) |
|---|---|---|
| committer | Reinhold Gschweicher <pyro4hell@gmail.com> | 2021-11-15 21:02:49 (GMT) |
| commit | 1b937a77b981557015a614c7b806f8ddf62c614e (patch) | |
| tree | 9ccde7f25ec1e4739fb433d53d1cce5e05872045 /src/displayapp/screens/WatchFaceAnalog.cpp | |
| parent | f2918709d92dd49e7e1fffe22be04fc2b47f928b (diff) | |
remove unused libs/ prefix from lvgl includes as not needed
Diffstat (limited to 'src/displayapp/screens/WatchFaceAnalog.cpp')
| -rw-r--r-- | src/displayapp/screens/WatchFaceAnalog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFaceAnalog.cpp b/src/displayapp/screens/WatchFaceAnalog.cpp index 510d113..470fc8e 100644 --- a/src/displayapp/screens/WatchFaceAnalog.cpp +++ b/src/displayapp/screens/WatchFaceAnalog.cpp @@ -1,4 +1,4 @@ -#include <libs/lvgl/lvgl.h> +#include <lvgl/lvgl.h> #include "displayapp/screens/WatchFaceAnalog.h" #include "displayapp/screens/BatteryIcon.h" #include "displayapp/screens/BleIcon.h" |
