remove unused libs/ prefix from lvgl includes as not needed

This commit is contained in:
Reinhold Gschweicher
2021-11-03 23:08:57 +01:00
parent f2918709d9
commit 1b937a77b9
5 changed files with 9 additions and 9 deletions

View File

@@ -4,8 +4,8 @@
#include <chrono>
#include "displayapp/screens/Screen.h"
#include <bits/unique_ptr.h>
#include <libs/lvgl/src/lv_core/lv_style.h>
#include <libs/lvgl/src/lv_core/lv_obj.h>
#include <lvgl/src/lv_core/lv_style.h>
#include <lvgl/src/lv_core/lv_obj.h>
#include <components/motion/MotionController.h>
namespace Pinetime {