chore(format): order the header file and function prototype (#3492)

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-07-18 21:29:04 +08:00
committed by GitHub
parent dc1e4c87b0
commit 7eff407fea
6 changed files with 26 additions and 28 deletions

View File

@@ -15,18 +15,10 @@ extern "C" {
*********************/
#include "../lvgl.h"
#if LV_USE_DEMO_WIDGETS
#include "widgets/lv_demo_widgets.h"
#endif
#if LV_USE_DEMO_BENCHMARK
#include "benchmark/lv_demo_benchmark.h"
#endif
#if LV_USE_DEMO_STRESS
#include "stress/lv_demo_stress.h"
#endif
#if LV_USE_DEMO_KEYPAD_AND_ENCODER
#include "keypad_encoder/lv_demo_keypad_encoder.h"
#endif
@@ -35,6 +27,14 @@ extern "C" {
#include "music/lv_demo_music.h"
#endif
#if LV_USE_DEMO_STRESS
#include "stress/lv_demo_stress.h"
#endif
#if LV_USE_DEMO_WIDGETS
#include "widgets/lv_demo_widgets.h"
#endif
/*********************
* DEFINES
*********************/