]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove unused headers.
authorRoy Marples <roy@marples.name>
Fri, 6 Sep 2019 10:37:20 +0000 (11:37 +0100)
committerRoy Marples <roy@marples.name>
Fri, 6 Sep 2019 10:37:20 +0000 (11:37 +0100)
src/common.c

index 31998c0ede716edb7627b4fe0aa9bb8c4ba13361..838b4887eff837425b8e4f95761c7a1e8fd8583b 100644 (file)
  * SUCH DAMAGE.
  */
 
-#include <sys/param.h>
-#include <sys/time.h>
-#ifdef __sun
-#include <sys/sysmacros.h>
-#endif
-
-#include <assert.h>
 #include <ctype.h>
-#include <err.h>
 #include <errno.h>
-#include <fcntl.h>
-#include <limits.h>
-#ifdef BSD
-#  include <paths.h>
-#endif
-#include <stdarg.h>
-#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
-#include <time.h>
-#include <unistd.h>
 
 #include "common.h"
 #include "dhcpcd.h"