diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-10 13:26:31 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-10 13:26:31 -0400 |
commit | 0454ce25d303f1ad68db59811e66332e812bf4e7 (patch) | |
tree | dd0bbe00aa60d9695c77528b5ed5508a28bca6f7 /src/union_room_chat.c | |
parent | bbaa60ab1c9bc497937c67ebd4f3efc4a4b8484a (diff) |
Rename keyboard_text header
Diffstat (limited to 'src/union_room_chat.c')
-rw-r--r-- | src/union_room_chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/union_room_chat.c b/src/union_room_chat.c index 167da514a..4ac4c62cb 100644 --- a/src/union_room_chat.c +++ b/src/union_room_chat.c @@ -14,7 +14,7 @@ #include "task.h" #include "union_room_chat.h" #include "union_room_chat_display.h" -#include "data_8479668.h" +#include "keyboard_text.h" #include "constants/songs.h" #define MESSAGE_BUFFER_NCHAR 15 |