actually remove includes

This commit is contained in:
Roland W-H 2022-11-19 16:51:19 +00:00
parent 1fde10d2f5
commit bb0a1a5eef
1 changed files with 1 additions and 3 deletions

View File

@ -13,8 +13,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
int main()
@ -28,7 +26,7 @@ int main()
char buf[4];
fgets(buf, 3, stdin);
int choice = strtol(buf, NULL, 10);
fputs("Enter your message text: ", stdout);
char* msg = dyninput_str(INT64_MAX);
if (!msg)