diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/bbs.h | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/include/bbs.h b/include/bbs.h index 600ad781..7b4b4319 100644 --- a/include/bbs.h +++ b/include/bbs.h @@ -34,22 +34,6 @@ #include <sys/sem.h> #include <sys/msg.h> -#include "config.h" -#include "pttstruct.h" -#include "common.h" -#include "perm.h" -#include "modes.h" -#include "proto.h" -#include "gomo.h" - -#ifdef _UTIL_C_ - #include "util.h" -#endif - -#ifndef INCLUDE_VAR_H - #include "var.h" -#endif - /* os dependant include file, define */ #ifdef FreeBSD #include <machine/limits.h> @@ -66,4 +50,21 @@ strlcat(char *dst, const char *src, size_t size); #endif +/* our header */ +#include "config.h" +#include "pttstruct.h" +#include "common.h" +#include "perm.h" +#include "modes.h" +#include "proto.h" +#include "gomo.h" + +#ifdef _UTIL_C_ + #include "util.h" +#endif + +#ifndef INCLUDE_VAR_H + #include "var.h" +#endif + #endif /* INCLUDE_BBS_H */ |