aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-01-04 21:35:48 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-01-04 21:35:48 +0100
commit27beba0b8cf7800d78e74e2069bc5842efa7ef3f (patch)
tree3e0c88f5a1240dffc2df9b96341de2c6e940b68e
parentdc3f9d7b9e0ee8c160d06c8be458403b31ac324a (diff)
Fixed the includes
-rw-r--r--FICS/algcheck.c4
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