diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-03-29 22:34:52 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-03-29 22:34:52 +0100 |
commit | 21b55230de8b281c9681f5680f682471dfe4f771 (patch) | |
tree | ed32958c7af6cd6c96bc4bdb36d9181f0da23a1c /FICS | |
parent | 099d6e5507861ad66d40541cca62fe4e414c96b8 (diff) |
Deleted unused includes
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/matchproc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/FICS/matchproc.c b/FICS/matchproc.c index 625ae5d..9b2c22a 100644 --- a/FICS/matchproc.c +++ b/FICS/matchproc.c @@ -33,14 +33,10 @@ #include "board.h" #include "command.h" #include "comproc.h" -#include "config.h" #include "eco.h" -#include "ficsmain.h" #include "formula.h" #include "gamedb.h" -#include "gameproc.h" #include "lists.h" -#include "multicol.h" #include "network.h" #include "obsproc.h" #include "playerdb.h" @@ -48,7 +44,6 @@ #include "rmalloc.h" #include "talkproc.h" #include "utils.h" -#include "variable.h" struct print_bh_context { int pp; |