diff options
Diffstat (limited to 'FICS/comproc.c')
-rw-r--r-- | FICS/comproc.c | 6 |
1 files 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 <sys/resource.h> #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 <sys/resource.h> - const int none = 0; const int blitz_rat = 1; const int std_rat = 2; |