Big header file cleanup: everything that has to do with standard system
[oweals/tinc.git] / src / logger.h
index edd0d93335dee36d9d3a2694eb8608307a768e90..615d0c3a1af4532fa28627410dca0f25f061fb8e 100644 (file)
@@ -1,8 +1,5 @@
 #ifndef __TINC_LOGGER_H__
 
-#include <syslog.h>
-#include <stdarg.h>
-
 enum {
        DEBUG_NOTHING = 0,                      /* Quiet mode, only show starting/stopping of the daemon */
        DEBUG_ALWAYS = 0,