X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Flog.h;h=2969540398cc358f5984b18e82d453b43b444954;hb=28f8552a303697ce72687fb6fc09d4ab70f26465;hp=6db52f638afd492ac917dfc87eab5010dedddbbd;hpb=43c1519cb60f8fef09043b9af6f43d319db12e3d;p=matches%2FMCTX3420.git diff --git a/server/log.h b/server/log.h index 6db52f6..2969540 100644 --- a/server/log.h +++ b/server/log.h @@ -6,11 +6,6 @@ #ifndef _LOG_H #define _LOG_H -#include -#include -#include -#include - //To get around a 'pedantic' C99 rule that you must have at least 1 variadic arg, combine fmt into that. #define Log(level, ...) LogEx(level, __func__, __VA_ARGS__) #define Fatal(...) FatalEx(__func__, __VA_ARGS__)