From 563fd56111a81ccc627e3d771b9994aab89731f1 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Thu, 14 Dec 2023 22:32:08 +0100 Subject: Sorted the includes --- FICS/movecheck.c | 6 +++--- 1 file 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 */ -- cgit v1.2.3