NETCFG: move netconfig parser into its own file.
[citadel.git] / citadel / modules / network / serv_network.c
index f43a49965728d3fab85c4035703160148852403a..094aedf73585e6675eb7a72504c3b00f4d0a8813 100644 (file)
 #include "citadel_dirs.h"
 #include "threads.h"
 #include "context.h"
+#include "ctdl_module.h"
 #include "netconfig.h"
 #include "netspool.h"
 #include "netmail.h"
-#include "ctdl_module.h"
 
 int NetQDebugEnabled = 0;
 struct CitContext networker_spool_CC;