diff --git a/user/ansi_parser_callbacks.c b/user/ansi_parser_callbacks.c index 58a121f..4bb9ebb 100644 --- a/user/ansi_parser_callbacks.c +++ b/user/ansi_parser_callbacks.c @@ -11,6 +11,7 @@ #include "cgi_sockets.h" #include "version.h" #include "uart_buffer.h" +#include "screen.h" /** * Send a response to UART0 diff --git a/user/cgi_sockets.h b/user/cgi_sockets.h index 75317b6..59d8282 100644 --- a/user/cgi_sockets.h +++ b/user/cgi_sockets.h @@ -4,11 +4,9 @@ #define URL_WS_UPDATE "/term/update.ws" #include -#include "screen.h" /** Update websocket connect callback */ void updateSockConnect(Websock *ws); -void screen_notifyChange(ScreenNotifyChangeTopic topic); void send_beep(void);