X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Flog.c;h=02cadd200d7bc6dd8f5460f19435d11af16c4d67;hb=62bffb28964ae13d193414f747a25703a2583f77;hp=e00a08d8aa77f9a2914ce39fee3821c97bd87e97;hpb=493ba2dba6ffb61eaf9e8dfff5558d4821948f5c;p=tlsproxy%2Ftlsproxy.git diff --git a/src/log.c b/src/log.c index e00a08d..02cadd2 100644 --- a/src/log.c +++ b/src/log.c @@ -20,10 +20,8 @@ #include "tlsproxy.h" #include "log.h" -/* va_*() */ -#include -/* pthread_self() */ #include +#include void log_message(int level, const char *file, int line, const char *format, ...) {