summaryrefslogtreecommitdiffstats
path: root/src/zabbix_server/housekeeper/housekeeper.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/housekeeper/housekeeper.c
parent883163bc42892ffe0885e94b701ef9da4da3cf70 (diff)
downloadzabbix-e2b4335e7a146e768ff402a61ffb4092e834b818.tar.gz
zabbix-e2b4335e7a146e768ff402a61ffb4092e834b818.tar.xz
zabbix-e2b4335e7a146e768ff402a61ffb4092e834b818.zip
- 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/housekeeper/housekeeper.c')
-rw-r--r--src/zabbix_server/housekeeper/housekeeper.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/zabbix_server/housekeeper/housekeeper.c b/src/zabbix_server/housekeeper/housekeeper.c
index db20de52..a1948953 100644
--- a/src/zabbix_server/housekeeper/housekeeper.c
+++ b/src/zabbix_server/housekeeper/housekeeper.c
@@ -17,32 +17,6 @@
** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
-#include "config.h"
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-
-#include <sys/wait.h>
-
-#include <string.h>
-
-#ifdef HAVE_NETDB_H
- #include <netdb.h>
-#endif
-
-/* Required for getpwuid */
-#include <pwd.h>
-
-#include <signal.h>
-#include <errno.h>
-
-#include <time.h>
-
#include "common.h"
#include "cfg.h"
#include "db.h"