diff options
Diffstat (limited to 'FICS/eco.c')
-rw-r--r-- | FICS/eco.c | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,13 +1,14 @@ #include "stdinclude.h" + #include "board.h" -#include "gamedb.h" #include "command.h" -#include "playerdb.h" +#include "common.h" +#include "config.h" +#include "gamedb.h" #include "gameproc.h" #include "obsproc.h" +#include "playerdb.h" #include "utils.h" -#include "common.h" -#include "config.h" PUBLIC char *book_dir = DEFAULT_BOOK; |