diff options
Diffstat (limited to 'FICS/command.c')
-rw-r--r-- | FICS/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/command.c b/FICS/command.c index f736316..bda0f22 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -23,12 +23,12 @@ */ #include "stdinclude.h" +#include "common.h" #include <sys/param.h> #include "command.h" #include "command_list.h" -#include "common.h" #include "config.h" #include "ficsmain.h" #include "gamedb.h" |