diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-14 11:13:54 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-14 11:13:54 +0200 |
commit | 91d8b9cd9bd042c7b43cec14f3c3948fc3053fab (patch) | |
tree | 76cb9822b3e31b322542250ba054ffd11f579d0a /FICS | |
parent | 0c167fc5bee150acc900b0a9acdf770b4d5becbe (diff) |
Moved include
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/talkproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/talkproc.c b/FICS/talkproc.c index 4ac787c..7d4bae8 100644 --- a/FICS/talkproc.c +++ b/FICS/talkproc.c @@ -34,9 +34,9 @@ */ #include "stdinclude.h" +#include "common.h" #include "command.h" -#include "common.h" #include "comproc.h" #include "config.h" #include "ficsmain.h" |