diff --git a/lv_draw/lv_draw.c b/lv_draw/lv_draw.c index 37f863134..71942f1de 100644 --- a/lv_draw/lv_draw.c +++ b/lv_draw/lv_draw.c @@ -7,7 +7,7 @@ * INCLUDES *********************/ #include -#include "../../lv_conf.h" +#include "lv_conf.h" #include #include diff --git a/lv_draw/lv_draw_vbasic.c b/lv_draw/lv_draw_vbasic.c index 647a0de84..958c43173 100644 --- a/lv_draw/lv_draw_vbasic.c +++ b/lv_draw/lv_draw_vbasic.c @@ -2,7 +2,7 @@ * @file lv_vdraw.c * */ -#include "../../lv_conf.h" +#include "lv_conf.h" #if LV_VDB_SIZE != 0 #include diff --git a/lv_draw/lv_draw_vbasic.h b/lv_draw/lv_draw_vbasic.h index 90bef2a8c..dff6c5bfc 100644 --- a/lv_draw/lv_draw_vbasic.h +++ b/lv_draw/lv_draw_vbasic.h @@ -9,7 +9,7 @@ /********************* * INCLUDES *********************/ -#include "../../lv_conf.h" +#include "lv_conf.h" #if LV_VDB_SIZE != 0 diff --git a/lv_obj/lv_dispi.c b/lv_obj/lv_dispi.c index f306d7961..d3fab3cde 100644 --- a/lv_obj/lv_dispi.c +++ b/lv_obj/lv_dispi.c @@ -6,7 +6,7 @@ /********************* * INCLUDES ********************/ -#include "../../lv_conf.h" +#include "lv_conf.h" #include "misc/os/ptask.h" #include "misc/math/math_base.h" diff --git a/lv_obj/lv_vdb.c b/lv_obj/lv_vdb.c index e5986f610..df1839e03 100644 --- a/lv_obj/lv_vdb.c +++ b/lv_obj/lv_vdb.c @@ -2,7 +2,7 @@ * @file lv_vdb.c * */ -#include "../../lv_conf.h" +#include "lv_conf.h" #if LV_VDB_SIZE != 0 #include "hal/disp/disp.h" diff --git a/lv_obj/lv_vdb.h b/lv_obj/lv_vdb.h index cfbc97ee1..79fbbe79a 100644 --- a/lv_obj/lv_vdb.h +++ b/lv_obj/lv_vdb.h @@ -9,7 +9,7 @@ /********************* * INCLUDES *********************/ -#include "../../lv_conf.h" +#include "lv_conf.h" #if LV_VDB_SIZE != 0 diff --git a/lv_objx/lv_btn.h b/lv_objx/lv_btn.h index 6ae52f62b..a86ba5c90 100644 --- a/lv_objx/lv_btn.h +++ b/lv_objx/lv_btn.h @@ -9,7 +9,7 @@ /********************* * INCLUDES *********************/ -#include "../../lv_conf.h" +#include "lv_conf.h" #if USE_LV_BTN != 0 #include "lv_rect.h" diff --git a/lv_objx/lv_img.c b/lv_objx/lv_img.c index 2ebb6ab1f..a73853578 100644 --- a/lv_objx/lv_img.c +++ b/lv_objx/lv_img.c @@ -6,7 +6,7 @@ /********************* * INCLUDES *********************/ -#include "../../lv_conf.h" +#include "lv_conf.h" #if USE_LV_IMG != 0 #include "lv_img.h" diff --git a/lv_objx/lv_img.h b/lv_objx/lv_img.h index 72074ace5..ddeca0851 100644 --- a/lv_objx/lv_img.h +++ b/lv_objx/lv_img.h @@ -9,7 +9,7 @@ /********************* * INCLUDES *********************/ -#include "../../lv_conf.h" +#include "lv_conf.h" #if USE_LV_IMG != 0 #include "../lv_obj/lv_obj.h" diff --git a/lv_objx/lv_label.c b/lv_objx/lv_label.c index 81a2dc577..f9e98f860 100644 --- a/lv_objx/lv_label.c +++ b/lv_objx/lv_label.c @@ -6,7 +6,7 @@ /********************* * INCLUDES *********************/ -#include "../../lv_conf.h" +#include "lv_conf.h" #if USE_LV_LABEL != 0 #include "misc/others/color.h" diff --git a/lv_objx/lv_label.h b/lv_objx/lv_label.h index d2b7dd597..45f15acee 100644 --- a/lv_objx/lv_label.h +++ b/lv_objx/lv_label.h @@ -9,7 +9,7 @@ /********************* * INCLUDES *********************/ -#include "../../lv_conf.h" +#include "lv_conf.h" #if USE_LV_LABEL != 0 #include "../lv_obj/lv_obj.h" diff --git a/lv_objx/lv_page.c b/lv_objx/lv_page.c index b70e4f6bd..3b8a5dea3 100644 --- a/lv_objx/lv_page.c +++ b/lv_objx/lv_page.c @@ -6,10 +6,10 @@ /********************* * INCLUDES *********************/ -#include "../../lv_conf.h" +#include "lv_conf.h" #if USE_LV_PAGE != 0 -#include "../../misc/math/math_base.h" +#include "misc/math/math_base.h" #include "../lv_objx/lv_page.h" #include "../lv_objx/lv_rect.h" diff --git a/lv_objx/lv_page.h b/lv_objx/lv_page.h index 5c104aeee..ebbf985ae 100644 --- a/lv_objx/lv_page.h +++ b/lv_objx/lv_page.h @@ -9,7 +9,7 @@ /********************* * INCLUDES *********************/ -#include "../../lv_conf.h" +#include "lv_conf.h" #if USE_LV_PAGE != 0 #include "../lv_obj/lv_obj.h" diff --git a/lv_objx/lv_rect.h b/lv_objx/lv_rect.h index d5728f2b5..0fab2e6b0 100644 --- a/lv_objx/lv_rect.h +++ b/lv_objx/lv_rect.h @@ -9,7 +9,7 @@ /********************* * INCLUDES *********************/ -#include "../../lv_conf.h" +#include "lv_conf.h" #if USE_LV_RECT != 0 #include "../lv_obj/lv_obj.h"