aboutsummaryrefslogtreecommitdiff
path: root/src/cmd.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-04-07 06:49:45 -0400
committerB. Watson <urchlay@slackware.uk>2026-04-07 06:49:45 -0400
commitec9535cd3fade80fa9170c804e300567453ec894 (patch)
treed6fe953a031d60ceb53c532e2a1b62a79f7856e5 /src/cmd.c
parent2c72b3aaf117a2e883db6b8377bc3473928da1f6 (diff)
downloadfujinet-chat-ec9535cd3fade80fa9170c804e300567453ec894.tar.gz
Get rid of unused headers (doesn't actually shrink the code any though).
Diffstat (limited to 'src/cmd.c')
-rw-r--r--src/cmd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd.c b/src/cmd.c
index 63838ad..3b1c5b1 100644
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -1,6 +1,4 @@
#include <atari.h>
-#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
#include "irc.h"
#include "addrs.h"