diff --git a/buffyboard/command_line.c b/buffyboard/command_line.c index 631c5cb..67d24f3 100644 --- a/buffyboard/command_line.c +++ b/buffyboard/command_line.c @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #include "command_line.h" #include "buffyboard.h" diff --git a/buffyboard/command_line.h b/buffyboard/command_line.h index e817c91..3b34b5f 100644 --- a/buffyboard/command_line.h +++ b/buffyboard/command_line.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #ifndef BB_COMMAND_LINE_H #define BB_COMMAND_LINE_H diff --git a/buffyboard/cursor.c b/buffyboard/cursor.c index fccdd2d..289572e 100644 --- a/buffyboard/cursor.c +++ b/buffyboard/cursor.c @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #include "cursor.h" diff --git a/buffyboard/cursor.h b/buffyboard/cursor.h index beb3601..cd19fd7 100644 --- a/buffyboard/cursor.h +++ b/buffyboard/cursor.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #ifndef BB_CURSOR_H #define BB_CURSOR_H diff --git a/buffyboard/indev.c b/buffyboard/indev.c index 8fb1966..781e1c4 100644 --- a/buffyboard/indev.c +++ b/buffyboard/indev.c @@ -3,9 +3,9 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ -#include "indev.h" #include "cursor.h" +#include "indev.h" #include "lv_drivers/indev/libinput_drv.h" diff --git a/buffyboard/indev.h b/buffyboard/indev.h index 7e12a73..6d37f96 100644 --- a/buffyboard/indev.h +++ b/buffyboard/indev.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #ifndef BB_INDEV_H #define BB_INDEV_H diff --git a/buffyboard/lv_conf.h b/buffyboard/lv_conf.h index dd6ba65..30fa595 100644 --- a/buffyboard/lv_conf.h +++ b/buffyboard/lv_conf.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #if 1 /*Set it to "1" to enable content*/ #ifndef LV_CONF_H diff --git a/buffyboard/lv_drv_conf.h b/buffyboard/lv_drv_conf.h index d64cf85..a20cdb7 100644 --- a/buffyboard/lv_drv_conf.h +++ b/buffyboard/lv_drv_conf.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #if 1 /*Set it to "1" to enable the content*/ #ifndef LV_DRV_CONF_H diff --git a/buffyboard/main.c b/buffyboard/main.c index 634c66e..fdc943a 100644 --- a/buffyboard/main.c +++ b/buffyboard/main.c @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #include "buffyboard.h" #include "command_line.h" #include "indev.h" diff --git a/buffyboard/terminal.c b/buffyboard/terminal.c index 49e1a20..889f1da 100644 --- a/buffyboard/terminal.c +++ b/buffyboard/terminal.c @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #include "terminal.h" #include diff --git a/buffyboard/terminal.h b/buffyboard/terminal.h index 54f2dbb..78dbd6d 100644 --- a/buffyboard/terminal.h +++ b/buffyboard/terminal.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #ifndef BB_TERMINAL_H #define BB_TERMINAL_H diff --git a/buffyboard/uinput_device.c b/buffyboard/uinput_device.c index 69fe5a4..66523a7 100644 --- a/buffyboard/uinput_device.c +++ b/buffyboard/uinput_device.c @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #include "uinput_device.h" #include diff --git a/buffyboard/uinput_device.h b/buffyboard/uinput_device.h index 5a228e9..27055ca 100644 --- a/buffyboard/uinput_device.h +++ b/buffyboard/uinput_device.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #ifndef BB_UINPUT_DEVICE_H #define BB_UINPUT_DEVICE_H diff --git a/squeek2lvgl/sq2lv.c b/squeek2lvgl/sq2lv.c index e530bd3..a386117 100644 --- a/squeek2lvgl/sq2lv.c +++ b/squeek2lvgl/sq2lv.c @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #include "sq2lv.h" diff --git a/squeek2lvgl/sq2lv.h b/squeek2lvgl/sq2lv.h index 7301c55..dad2188 100644 --- a/squeek2lvgl/sq2lv.h +++ b/squeek2lvgl/sq2lv.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #ifndef SQ2LV_H #define SQ2LV_H diff --git a/unl0kr/command_line.c b/unl0kr/command_line.c index d136e99..4823481 100644 --- a/unl0kr/command_line.c +++ b/unl0kr/command_line.c @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #include "command_line.h" #include "log.h" diff --git a/unl0kr/command_line.h b/unl0kr/command_line.h index 1227386..39cce8f 100644 --- a/unl0kr/command_line.h +++ b/unl0kr/command_line.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #ifndef UL_COMMAND_LINE_H #define UL_COMMAND_LINE_H diff --git a/unl0kr/config.c b/unl0kr/config.c index bcbe1ab..6cad514 100644 --- a/unl0kr/config.c +++ b/unl0kr/config.c @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #include "config.h" #include "log.h" diff --git a/unl0kr/config.h b/unl0kr/config.h index 44e7478..3ec5eab 100644 --- a/unl0kr/config.h +++ b/unl0kr/config.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #ifndef UL_CONFIG_H #define UL_CONFIG_H diff --git a/unl0kr/cursor.h b/unl0kr/cursor.h index 614ea77..da785bd 100644 --- a/unl0kr/cursor.h +++ b/unl0kr/cursor.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #ifndef BB_CURSOR_H #define BB_CURSOR_H diff --git a/unl0kr/indev.c b/unl0kr/indev.c index 1f3985e..3564ec2 100644 --- a/unl0kr/indev.c +++ b/unl0kr/indev.c @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #include "indev.h" #include "cursor.h" diff --git a/unl0kr/indev.h b/unl0kr/indev.h index 7aedc07..b71ca9d 100644 --- a/unl0kr/indev.h +++ b/unl0kr/indev.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #ifndef UL_INDEV_H #define UL_INDEV_H diff --git a/unl0kr/log.c b/unl0kr/log.c index b8920ae..df52917 100644 --- a/unl0kr/log.c +++ b/unl0kr/log.c @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #include "log.h" #include diff --git a/unl0kr/log.h b/unl0kr/log.h index 5c10538..52039aa 100644 --- a/unl0kr/log.h +++ b/unl0kr/log.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #ifndef UL_LOG_H #define UL_LOG_H diff --git a/unl0kr/lv_conf.h b/unl0kr/lv_conf.h index 2092e7b..693006f 100644 --- a/unl0kr/lv_conf.h +++ b/unl0kr/lv_conf.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #if 1 /*Set it to "1" to enable content*/ #ifndef LV_CONF_H diff --git a/unl0kr/lv_drv_conf.h b/unl0kr/lv_drv_conf.h index 702afa7..c8469c4 100644 --- a/unl0kr/lv_drv_conf.h +++ b/unl0kr/lv_drv_conf.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #if 1 /*Set it to "1" to enable the content*/ #ifndef LV_DRV_CONF_H diff --git a/unl0kr/main.c b/unl0kr/main.c index 4066042..eb3d036 100644 --- a/unl0kr/main.c +++ b/unl0kr/main.c @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #include "backends.h" #include "command_line.h" #include "config.h" diff --git a/unl0kr/terminal.c b/unl0kr/terminal.c index 22547e4..f227a76 100644 --- a/unl0kr/terminal.c +++ b/unl0kr/terminal.c @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #include "terminal.h" #include "log.h" diff --git a/unl0kr/terminal.h b/unl0kr/terminal.h index 8fcfba1..ee35438 100644 --- a/unl0kr/terminal.h +++ b/unl0kr/terminal.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #ifndef UL_TERMINAL_H #define UL_TERMINAL_H diff --git a/unl0kr/theme.c b/unl0kr/theme.c index b799c3f..e0af1fa 100644 --- a/unl0kr/theme.c +++ b/unl0kr/theme.c @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #include "theme.h" #include "log.h" diff --git a/unl0kr/theme.h b/unl0kr/theme.h index 03f4587..89a965a 100644 --- a/unl0kr/theme.h +++ b/unl0kr/theme.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #ifndef UL_THEME_H #define UL_THEME_H diff --git a/unl0kr/themes.c b/unl0kr/themes.c index e0e89ad..9f0a702 100644 --- a/unl0kr/themes.c +++ b/unl0kr/themes.c @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #include "themes.h" diff --git a/unl0kr/themes.h b/unl0kr/themes.h index 88ddc61..30278fe 100644 --- a/unl0kr/themes.h +++ b/unl0kr/themes.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #ifndef UL_THEMES_H #define UL_THEMES_H diff --git a/unl0kr/unl0kr.h b/unl0kr/unl0kr.h index ef00ba4..7827314 100644 --- a/unl0kr/unl0kr.h +++ b/unl0kr/unl0kr.h @@ -3,6 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ + #ifndef UL_UNL0KR_H #define UL_UNL0KR_H