summaryrefslogtreecommitdiff
path: root/src/displayapp/DummyLittleVgl.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-11-28 13:53:03 +0100
committerJean-François Milants <jf@codingfield.com>2021-11-28 13:53:03 +0100
commit298f0f43357c5fd12c4498d74a35d71a0501ae1a (patch)
treebdc0d80d48c215d395a7ee69bdd80c66cc8e2159 /src/displayapp/DummyLittleVgl.h
parentd5e8e3ca44e998511907d1ec74c98c06c2e542b8 (diff)
parent3a41bff9eaf9cbae6d3864664ad08859ec2d2c44 (diff)
Merge branch 'restructure_includes' of https://github.com/NeroBurner/InfiniTime into NeroBurner-restructure_includes
# Conflicts: # doc/contribute.md # src/displayapp/screens/BatteryInfo.h
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>