diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/board.c b/FICS/board.c index efffcfb..0906afb 100644 --- a/FICS/board.c +++ b/FICS/board.c @@ -23,11 +23,11 @@ */ #include "stdinclude.h" - #include "common.h" + #include "board.h" -#include "playerdb.h" #include "gamedb.h" +#include "playerdb.h" #include "utils.h" extern int style1(); |