diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-17 02:48:49 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-17 02:48:49 +0200 |
commit | a839319573ee75eb4fc5d8cf3cc4da18e077166e (patch) | |
tree | 190dede665a33a394264a22a46aaa19813cd596e /FICS/obsproc.c | |
parent | 011f1948c21cb01d229910d3261f5fd77c4e08da (diff) |
Moved include
Diffstat (limited to 'FICS/obsproc.c')
-rw-r--r-- | FICS/obsproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/obsproc.c b/FICS/obsproc.c index e0b1bd4..b3c655e 100644 --- a/FICS/obsproc.c +++ b/FICS/obsproc.c @@ -25,11 +25,11 @@ */ #include "stdinclude.h" +#include "common.h" #include <err.h> #include "command.h" -#include "common.h" #include "comproc.h" #include "config.h" #include "eco.h" |