X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Flog.h;h=2969540398cc358f5984b18e82d453b43b444954;hb=a668061144aa18eb3f127d1b17518fd6ec0cce73;hp=005059c1c399725b94287a409567c1673c4a99e1;hpb=0b95dfaf594f4e6866ff8e18040c62382cad7d08;p=matches%2FMCTX3420.git diff --git a/server/log.h b/server/log.h index 005059c..2969540 100644 --- a/server/log.h +++ b/server/log.h @@ -6,12 +6,6 @@ #ifndef _LOG_H #define _LOG_H -#include -#include -#include -#include -#include "common.h" - //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__)