Remove unnecessary ../ from include pathes

This commit is contained in:
Gabor
2016-06-10 15:00:56 +02:00
parent d9c0ea346d
commit fc83ee9968
14 changed files with 15 additions and 15 deletions

View File

@@ -9,7 +9,7 @@
/*********************
* INCLUDES
*********************/
#include "../../lv_conf.h"
#include "lv_conf.h"
#if USE_LV_BTN != 0
#include "lv_rect.h"

View File

@@ -6,7 +6,7 @@
/*********************
* INCLUDES
*********************/
#include "../../lv_conf.h"
#include "lv_conf.h"
#if USE_LV_IMG != 0
#include "lv_img.h"

View File

@@ -9,7 +9,7 @@
/*********************
* INCLUDES
*********************/
#include "../../lv_conf.h"
#include "lv_conf.h"
#if USE_LV_IMG != 0
#include "../lv_obj/lv_obj.h"

View File

@@ -6,7 +6,7 @@
/*********************
* INCLUDES
*********************/
#include "../../lv_conf.h"
#include "lv_conf.h"
#if USE_LV_LABEL != 0
#include "misc/others/color.h"

View File

@@ -9,7 +9,7 @@
/*********************
* INCLUDES
*********************/
#include "../../lv_conf.h"
#include "lv_conf.h"
#if USE_LV_LABEL != 0
#include "../lv_obj/lv_obj.h"

View File

@@ -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"

View File

@@ -9,7 +9,7 @@
/*********************
* INCLUDES
*********************/
#include "../../lv_conf.h"
#include "lv_conf.h"
#if USE_LV_PAGE != 0
#include "../lv_obj/lv_obj.h"

View File

@@ -9,7 +9,7 @@
/*********************
* INCLUDES
*********************/
#include "../../lv_conf.h"
#include "lv_conf.h"
#if USE_LV_RECT != 0
#include "../lv_obj/lv_obj.h"