From 32a405a1d9b93f2b619175e257fa799a9af7f4bb Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Wed, 23 Aug 2006 03:45:56 +0000 Subject: [PATCH] #include using <> --- common/log.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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"