diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/cmbbs.h | 5 | ||||
-rw-r--r-- | include/pttstruct.h | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/include/cmbbs.h b/include/cmbbs.h index 72367a1d..52a5709e 100644 --- a/include/cmbbs.h +++ b/include/cmbbs.h @@ -1,11 +1,6 @@ #ifndef _LIBBBS_H_ #define _LIBBBS_H_ -#include "config.h" -#include "common.h" -#include "cmsys.h" -#include "pttstruct.h" - /* name.c */ extern int is_validuserid(const char *id); diff --git a/include/pttstruct.h b/include/pttstruct.h index 1f4c311d..1743f5bd 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -2,6 +2,8 @@ #ifndef INCLUDE_STRUCT_H #define INCLUDE_STRUCT_H +#include "cmsys.h" // for time4_t +#include "config.h" // various sizes in SHM #include "statistic.h" // for MAX_STATS #define IDLEN 12 /* Length of bid/uid */ |