From 6c29e0d5a50b82d9dde7202f63b9bf80eeeefc9f Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 19 Dec 2023 22:45:11 +0100 Subject: Moved includes --- FICS/comproc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FICS/comproc.c b/FICS/comproc.c index 2568451..7780537 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -29,10 +29,12 @@ */ #include "stdinclude.h" +#include "common.h" + +#include #include "board.h" #include "command.h" -#include "common.h" #include "comproc.h" #include "config.h" #include "eco.h" @@ -52,8 +54,6 @@ #include "utils.h" #include "variable.h" -#include - const int none = 0; const int blitz_rat = 1; const int std_rat = 2; -- cgit v1.2.3