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

8
lvgl.h
View File

@@ -58,14 +58,6 @@ extern "C" {
#define LVGL_VERSION_PATH 0
#define LVGL_VERSION_INFO "beta"
#if MISC_VERSION_MINOR < LV_MISC_REQ_MINOR /*The version minor has to be the same or greater*/
#error "LV: incompatible misc. module version! See lvgl.h"
#endif
#if MISC_VERSION_PATCH < LV_MISC_REQ_PATCH /*The version patch has to be the same or greater*/
#error "LV: incompatible misc. module version! See lvgl.h"
#endif
/**********************
* TYPEDEFS
**********************/