summaryrefslogtreecommitdiff
path: root/src/displayapp/DummyLittleVgl.h
diff options
context:
space:
mode:
authorReinhold Gschweicher <pyro4hell@gmail.com>2021-11-03 23:08:57 +0100
committerReinhold Gschweicher <pyro4hell@gmail.com>2021-11-15 22:02:49 +0100
commit1b937a77b981557015a614c7b806f8ddf62c614e (patch)
tree9ccde7f25ec1e4739fb433d53d1cce5e05872045 /src/displayapp/DummyLittleVgl.h
parentf2918709d92dd49e7e1fffe22be04fc2b47f928b (diff)
remove unused libs/ prefix from lvgl includes as not needed
Diffstat (limited to 'src/displayapp/DummyLittleVgl.h')
-rw-r--r--src/displayapp/DummyLittleVgl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/displayapp/DummyLittleVgl.h b/src/displayapp/DummyLittleVgl.h
index 1db51343..47c9e021 100644
--- a/src/displayapp/DummyLittleVgl.h
+++ b/src/displayapp/DummyLittleVgl.h
@@ -1,8 +1,8 @@
#pragma once
-#include <libs/lvgl/src/lv_core/lv_style.h>
-#include <libs/lvgl/src/lv_themes/lv_theme.h>
-#include <libs/lvgl/src/lv_hal/lv_hal.h>
+#include <lvgl/src/lv_core/lv_style.h>
+#include <lvgl/src/lv_themes/lv_theme.h>
+#include <lvgl/src/lv_hal/lv_hal.h>
#include <drivers/St7789.h>
#include <drivers/Cst816s.h>