diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 13:38:49 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 13:38:49 +0100 |
commit | 908d7c8497cce1427566ffb02ddacb09022060d7 (patch) | |
tree | a47a32b6d6b32da7ee0c9e052a7eb5ee487f7f4a | |
parent | 2fa0765bbd7bdfd3d96500208f5f53c4c0c0ea60 (diff) |
Deleted includes
-rw-r--r-- | FICS/talkproc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FICS/talkproc.c b/FICS/talkproc.c index bac87e7..2d2fc33 100644 --- a/FICS/talkproc.c +++ b/FICS/talkproc.c @@ -47,11 +47,9 @@ #include "gamedb.h" #include "gameproc.h" #include "obsproc.h" -/* #include "hostinfo.h" */ #include "multicol.h" #include "lists.h" #include "formula.h" -#include <string.h> #include <sys/resource.h> |