fix(lv_utils.c): remove the unneeded header inclusion (#2526)

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2021-09-03 20:51:29 +08:00
committed by GitHub
parent c6e8ee5002
commit d5b64e1b5d
2 changed files with 1 additions and 5 deletions

View File

@@ -6,12 +6,9 @@
/*********************
* INCLUDES
*********************/
#include <stdbool.h>
#include <stddef.h>
#include "lv_utils.h"
#include "lv_math.h"
#include "lv_printf.h"
#include "lv_txt.h"
/*********************
* DEFINES

View File

@@ -14,7 +14,6 @@ extern "C" {
* INCLUDES
*********************/
#include <stdint.h>
#include <stddef.h>
/*********************
* DEFINES