aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */