diff --git a/common/log.c b/common/log.c index 543a4e65..01adbd84 100644 --- a/common/log.c +++ b/common/log.c @@ -17,13 +17,13 @@ Copyright (C) Jay Sorg 2005-2006 */ -#include "sys/types.h" -#include "sys/stat.h" -#include "fcntl.h" -#include "syslog.h" -#include "stdarg.h" -#include "stdio.h" -#include "time.h" +#include +#include +#include +#include +#include +#include +#include #include "os_calls.h"