diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-01-01 00:59:36 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-01-01 00:59:36 +0100 |
commit | 8d4dbaaf67d331db0845d3635e31473afa94f6e9 (patch) | |
tree | ef7cd2d12147b872948ace5d940b405d0f998a82 /FICS/lists.c | |
parent | b2792cbe75271cecb4c2cbef84263ce37d9841a3 (diff) |
Moved include
Diffstat (limited to 'FICS/lists.c')
-rw-r--r-- | FICS/lists.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/lists.c b/FICS/lists.c index fe06d0f..acb397b 100644 --- a/FICS/lists.c +++ b/FICS/lists.c @@ -6,11 +6,11 @@ */ #include "stdinclude.h" +#include "common.h" #include <string.h> #include "command.h" -#include "common.h" #include "comproc.h" #include "gamedb.h" #include "lists.h" |