aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-14 22:32:08 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-14 22:32:08 +0100
commit563fd56111a81ccc627e3d771b9994aab89731f1 (patch)
tree97bb5e9eee50848bd01bdde44951a8f4d412590a
parent5f96bd7a8069db4321ded44f5ab8e2399dd17f6e (diff)
Sorted the includes
-rw-r--r--FICS/movecheck.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/FICS/movecheck.c b/FICS/movecheck.c
index fa2436d..b6711c5 100644
--- a/FICS/movecheck.c
+++ b/FICS/movecheck.c
@@ -24,14 +24,14 @@
#include "stdinclude.h"
-#include "common.h"
-#include "movecheck.h"
#include "algcheck.h"
#include "board.h"
+#include "common.h"
#include "gamedb.h"
-#include "utils.h"
+#include "movecheck.h"
#include "network.h"
#include "playerdb.h"
+#include "utils.h"
/* Simply tests if the input string is a move or not. */
/* If it matches patterns below */