1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

Merge dad2b4aab1853fdbdc21925e89d3ad6634cd1bcc into dev

This commit is contained in:
github-actions[bot] 2021-03-16 19:57:53 +00:00 committed by GitHub
commit 1efbe921b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,9 @@
#include "../../lvgl.h"
#if LV_BUILD_TEST
#include "../lv_test_assert.h"
#include "../../src/lv_font/lv_font_fmt_txt.h"
#include "../../src/lv_font/lv_font.h"
#include "../../src/lv_font/lv_font_loader.h"
#include "../../src/font/lv_font_fmt_txt.h"
#include "../../src/font/lv_font.h"
#include "../../src/font/lv_font_loader.h"
#include "lv_test_font_loader.h"