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

@@ -7,7 +7,7 @@
* INCLUDES
*********************/
#include <lvgl/lv_misc/circ.h>
#include "../../lv_conf.h"
#include "lv_conf.h"
#include <stdio.h>
#include <stdbool.h>