diff options
| -rw-r--r-- | plugins-root/check_icmp.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index f60be7ec..61198237 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
| @@ -51,19 +51,6 @@ const char *email = "devel@monitoring-plugins.org"; | |||
| 51 | #include <sys/sockio.h> | 51 | #include <sys/sockio.h> |
| 52 | #endif | 52 | #endif |
| 53 | 53 | ||
| 54 | /* | ||
| 55 | #include <sys/ioctl.h> | ||
| 56 | #include <sys/types.h> | ||
| 57 | #include <stdio.h> | ||
| 58 | #include <stdlib.h> | ||
| 59 | #include <stdarg.h> | ||
| 60 | #include <unistd.h> | ||
| 61 | #include <stddef.h> | ||
| 62 | #include <string.h> | ||
| 63 | #include <netdb.h> | ||
| 64 | #include <sys/socket.h> | ||
| 65 | #include <float.h> | ||
| 66 | */ | ||
| 67 | #include <sys/time.h> | 54 | #include <sys/time.h> |
| 68 | #include <errno.h> | 55 | #include <errno.h> |
| 69 | #include <signal.h> | 56 | #include <signal.h> |
