aboutsummaryrefslogtreecommitdiff
path: root/src/irc.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/irc.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/irc.c')
-rw-r--r--src/irc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/irc.c b/src/irc.c
index 5aee5e7..8bc9159 100644
--- a/src/irc.c
+++ b/src/irc.c
@@ -1,5 +1,3 @@
-#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
#include "irc.h"