use only relative include paths

This commit is contained in:
Gabor Kiss-Vamosi
2017-11-26 23:57:39 +01:00
parent 84477fccee
commit c890dc8d43
179 changed files with 195 additions and 222 deletions

View File

@@ -6,9 +6,10 @@
/*********************
* INCLUDES
*********************/
#include "lv_conf.h"
#include "../../lv_conf.h"
#include <stddef.h>
#include <string.h>
#include "../lv_hal/lv_hal_tick.h"
#include "lv_task.h"
#include "lv_anim.h"
#include "lv_math.h"