diff options
| -rw-r--r-- | apps/radio/radioart.c | 2 | ||||
| -rw-r--r-- | firmware/target/hosted/sdl/button-sdl.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/radio/radioart.c b/apps/radio/radioart.c index 85397c1..23fb7a3 100644 --- a/apps/radio/radioart.c +++ b/apps/radio/radioart.c @@ -23,13 +23,13 @@ #include <stdio.h> #include <stdbool.h> #include <stdlib.h> +#include "system.h" #include "settings.h" #include "radio.h" #include "buffering.h" #include "file.h" #include "kernel.h" #include "string-extra.h" -#include "misc.h" #include "filefuncs.h" #define MAX_RADIOART_IMAGES 10 diff --git a/firmware/target/hosted/sdl/button-sdl.c b/firmware/target/hosted/sdl/button-sdl.c index 9c8188a..4fab9e8 100644 --- a/firmware/target/hosted/sdl/button-sdl.c +++ b/firmware/target/hosted/sdl/button-sdl.c @@ -28,7 +28,7 @@ #include "button.h" #include "kernel.h" #include "backlight.h" -#include "misc.h" +#include "system.h" #include "button-sdl.h" #include "backlight.h" #include "sim_tasks.h" |