summaryrefslogtreecommitdiffstats
path: root/src/zabbix_server/timer/timer.c
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-13 09:26:39 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-13 09:26:39 +0000
commite2b4335e7a146e768ff402a61ffb4092e834b818 (patch)
tree4b322ac29bbfa0d2dfb56aa7d5d05ce5dff4b68a /src/zabbix_server/timer/timer.c
parent883163bc42892ffe0885e94b701ef9da4da3cf70 (diff)
- fixed net-snmp compilation (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3887 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/zabbix_server/timer/timer.c')
-rw-r--r--src/zabbix_server/timer/timer.c19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/zabbix_server/timer/timer.c b/src/zabbix_server/timer/timer.c
index 268f4c08..25aa6a2e 100644
--- a/src/zabbix_server/timer/timer.c
+++ b/src/zabbix_server/timer/timer.c
@@ -17,23 +17,7 @@
** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
-#include "config.h"
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <sys/stat.h>
-
-#include <string.h>
-
-
-/* Required for getpwuid */
-#include <pwd.h>
-
-#include <signal.h>
-#include <errno.h>
-
-#include <time.h>
+#include "common.h"
#include "cfg.h"
#include "pid.h"
@@ -41,7 +25,6 @@
#include "log.h"
#include "zlog.h"
-#include "common.h"
#include "timer.h"
#include "../functions.h"