diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-01-04 21:35:48 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-01-04 21:35:48 +0100 |
commit | 27beba0b8cf7800d78e74e2069bc5842efa7ef3f (patch) | |
tree | 3e0c88f5a1240dffc2df9b96341de2c6e940b68e /FICS | |
parent | dc3f9d7b9e0ee8c160d06c8be458403b31ac324a (diff) |
Fixed the includes
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/algcheck.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/algcheck.c b/FICS/algcheck.c index 10fad0c..bbed69b 100644 --- a/FICS/algcheck.c +++ b/FICS/algcheck.c @@ -23,11 +23,11 @@ */ #include "stdinclude.h" - #include "common.h" + #include "algcheck.h" -#include "movecheck.h" #include "board.h" +#include "movecheck.h" #include "utils.h" /* Well, lets see if I can list the possibilities |