From 9c3c74a98221880a5804fd58fe541c8b672995d2 Mon Sep 17 00:00:00 2001 From: Hideki Yamane Date: Thu, 11 Apr 2013 10:21:36 +0900 Subject: Imported Upstream version 5.7.2~dfsg --- agent/mib_modules.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'agent/mib_modules.c') diff --git a/agent/mib_modules.c b/agent/mib_modules.c index 95e4695..cde317e 100644 --- a/agent/mib_modules.c +++ b/agent/mib_modules.c @@ -17,11 +17,7 @@ #endif #include #if TIME_WITH_SYS_TIME -# ifdef WIN32 -# include -# else -# include -# endif +# include # include #else # if HAVE_SYS_TIME_H @@ -33,9 +29,6 @@ #if HAVE_NETINET_IN_H #include #endif -#if HAVE_WINSOCK_H -#include -#endif #include #include @@ -49,9 +42,6 @@ #include #include #include "mib_module_includes.h" -#ifdef USING_AGENTX_SUBAGENT_MODULE -#include "mibgroup/agentx/subagent.h" -#endif static int need_shutdown = 0; -- cgit v1.2.3