diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 21:29:54 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 21:29:54 +0100 |
commit | 4d8c9273b14fb429c5ed16cab29c1360e3d3b7b0 (patch) | |
tree | 1d387efa17f8db61391bb40c21ae38c850a2d437 /FICS | |
parent | 9624c0f52c2fe28940b200254088f04a374f1dac (diff) |
Deleted includes
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/comproc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FICS/comproc.c b/FICS/comproc.c index f8fca7c..e9dd872 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -41,14 +41,12 @@ #include "gameproc.h" #include "obsproc.h" #include "board.h" -/* #include "hostinfo.h" */ #include "multicol.h" #include "ratings.h" #include "formula.h" #include "lists.h" #include "eco.h" #include "network.h" -#include <string.h> #include <sys/resource.h> |