diff options
Diffstat (limited to 'FICS/matchproc.c')
-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; |