diff options
| author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2021-12-20 00:15:36 +0100 |
|---|---|---|
| committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-03-15 21:04:32 +0100 |
| commit | b2a609a14edd67187a36f8cd175f1aaf25ea7dac (patch) | |
| tree | 08bc34259902b8416516c083e43bcd56845527bb | |
| parent | fc7af3d617f375cfa4f89268a90ab8a0cac49a3c (diff) | |
| download | monitoring-plugins-b2a609a14edd67187a36f8cd175f1aaf25ea7dac.tar.gz | |
Remove unused and commented includes
| -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> |
