diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 14:22:24 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 14:22:24 +0100 |
commit | 59692bb2e0b789d97079c108558965d1591ed753 (patch) | |
tree | fe5f70cacd73d5afbbd2b7b9b168b4044844b7cc | |
parent | 02c0633b168df8a3f1ca11e867a402283b7d87ec (diff) |
Sorted the includes
-rw-r--r-- | FICS/command_list.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/FICS/command_list.h b/FICS/command_list.h index 550df45..2cb31fd 100644 --- a/FICS/command_list.h +++ b/FICS/command_list.h @@ -25,18 +25,18 @@ #ifndef _COMMAND_LIST_H #define _COMMAND_LIST_H +#include "adminproc.h" #include "comproc.h" -#include "matchproc.h" -#include "talkproc.h" -#include "lists.h" +#include "eco.h" #include "gameproc.h" +#include "lists.h" +#include "matchproc.h" #include "obsproc.h" -#include "adminproc.h" #include "playerdb.h" -#include "ratings.h" -#include "eco.h" #include "rating_conv.h" +#include "ratings.h" #include "shutdown.h" +#include "talkproc.h" /* Parameter string format |