X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fthreads.c;fp=citadel%2Fthreads.c;h=2f5f8d68222e6f00aa890b22fc4f3165f2c01234;hp=bea9665c3c5eba17ec14aa8af7fd6e16f59c431d;hb=655de5af64c89584fbdd0110a27053a9f3bfd138;hpb=d3439d1bc968e5b5c99a4845a563ab8df8678bce diff --git a/citadel/threads.c b/citadel/threads.c index bea9665c3..2f5f8d682 100644 --- a/citadel/threads.c +++ b/citadel/threads.c @@ -12,48 +12,15 @@ * GNU General Public License for more details. */ -#include -#include -#include -#include #include -#include -#include -#include -#include +#include #include - -#include "sysdep.h" -#if TIME_WITH_SYS_TIME -# include -# include -#else -# if HAVE_SYS_TIME_H -# include -# else -# include -# endif -#endif - -#ifdef HAVE_SYSCALL_H -# include -#else -# if HAVE_SYS_SYSCALL_H -# include -# endif -#endif - #include - -#include "threads.h" -#include "ctdl_module.h" #include "modules_init.h" -#include "housekeeping.h" -#include "config.h" -#include "citserver.h" -#include "sysdep_decls.h" +#include "serv_extensions.h" +#include "ctdl_module.h" #include "context.h" -#include "event_client.h" +#include "threads.h" int num_workers = 0; /* Current number of worker threads */