/** Standard include for all UnrealIRCd modules. * This should normally provide all of UnrealIRCd's functionality * (that is publicly exposed anyway). */ #include "config.h" #include "struct.h" #include "common.h" #include "sys.h" #include "numeric.h" #include "msg.h" #include "proto.h" #include "inet.h" #include "channel.h" #include #include #include #include #include #ifdef _WIN32 #include #include #endif #include #include "h.h" #include "badwords.h" #ifdef _WIN32 #include "version.h" #endif