]> git.gsnw.org Git - fping.git/commitdiff
Remove dublicate include time.h entry
authorGerman Service Network <support@gsnw.de>
Sun, 6 Feb 2022 11:40:47 +0000 (12:40 +0100)
committerDavid Schweikert <david@schweikert.ch>
Sun, 6 Feb 2022 13:29:29 +0000 (14:29 +0100)
src/fping.c

index d76b23c88e9b64f4c99aabd3863b611cc00d2082..e26b216c2a31cc1ee6ca64d648744ad86398733d 100644 (file)
@@ -60,8 +60,6 @@ extern "C" {
 #include <stddef.h>
 #include <string.h>
 
-#include <time.h>
-
 #include <sys/socket.h>
 #include <sys/time.h>
 #include <sys/types.h>