diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-03-16 00:13:56 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-03-16 00:13:56 +0100 |
commit | 3f6ddb2c09391dc2ae7f30c7da0dafb44e3d997d (patch) | |
tree | 5c9e57a69ead546cbaf44d4be25ec220e8c688d8 /FICS | |
parent | 7df41f1115c06740f7b17db3fda15d0b985338c2 (diff) |
Moved include
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/movecheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/movecheck.c b/FICS/movecheck.c index 3cb109f..1f76780 100644 --- a/FICS/movecheck.c +++ b/FICS/movecheck.c @@ -26,10 +26,10 @@ */ #include "stdinclude.h" +#include "common.h" #include "algcheck.h" #include "board.h" -#include "common.h" #include "gamedb.h" #include "movecheck.h" #include "network.h" |