diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-03-24 00:27:26 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-03-24 00:27:26 +0100 |
commit | 20db761c19c3dd8a32acecdf7e70ade9b09a32d4 (patch) | |
tree | c70d1a877f5fc25bfb90d587695df7b3c2d0dd9d /FICS/matchproc.c | |
parent | 3e3ede09a7b41ae86c5a10b6946ea21368b509ff (diff) |
Moved include
Diffstat (limited to 'FICS/matchproc.c')
-rw-r--r-- | FICS/matchproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/matchproc.c b/FICS/matchproc.c index 7c095c4..6e7a4c9 100644 --- a/FICS/matchproc.c +++ b/FICS/matchproc.c @@ -24,6 +24,7 @@ */ #include "stdinclude.h" +#include "common.h" #include <sys/resource.h> @@ -31,7 +32,6 @@ #include "board.h" #include "command.h" -#include "common.h" #include "comproc.h" #include "config.h" #include "eco.h" |