]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
No longer need the header stdarg.h
authorRoy Marples <roy@marples.name>
Sat, 13 Sep 2014 14:57:45 +0000 (14:57 +0000)
committerRoy Marples <roy@marples.name>
Sat, 13 Sep 2014 14:57:45 +0000 (14:57 +0000)
eloop.c

diff --git a/eloop.c b/eloop.c
index 3cb0fedca13d492d7b416d85287fe83aac835960..e5b14a5e6775861c5defa5319f5594bab461603c 100644 (file)
--- a/eloop.c
+++ b/eloop.c
@@ -35,7 +35,6 @@
 #include <limits.h>
 #include <poll.h>
 #include <signal.h>
-#include <stdarg.h>
 #include <stdlib.h>
 #include <syslog.h>