diff options
-rw-r--r-- | FICS/playerdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c index 0e02c20..f841cfa 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -26,9 +26,9 @@ */ #include "stdinclude.h" +#include "common.h" #include "command.h" -#include "common.h" #include "comproc.h" #include "config.h" #include "ficsmain.h" |