diff options
-rw-r--r-- | FICS/movecheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/movecheck.c b/FICS/movecheck.c index 3cb109f..1f76780 100644 --- a/FICS/movecheck.c +++ b/FICS/movecheck.c @@ -26,10 +26,10 @@ */ #include "stdinclude.h" +#include "common.h" #include "algcheck.h" #include "board.h" -#include "common.h" #include "gamedb.h" #include "movecheck.h" #include "network.h" |