diff options
-rw-r--r-- | FICS/utils.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FICS/utils.c b/FICS/utils.c index 257afaa..ae70e80 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -25,11 +25,11 @@ #include "stdinclude.h" #include "common.h" -#include "utils.h" -#include "playerdb.h" +#include "config.h" #include "network.h" +#include "playerdb.h" #include "rmalloc.h" -#include "config.h" +#include "utils.h" PUBLIC int count_lines(FILE *fp) { |