From bd686eb9f380f461259798dc92303d60980da2c9 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 10 Dec 2023 01:41:41 +0100 Subject: Sorted the includes --- FICS/utils.c | 6 +++--- 1 file 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) { -- cgit v1.2.3