Commit 7e8d11f2 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove some unnecessary #includes



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4234 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 90c15c4a
......@@ -38,7 +38,6 @@ SVNID("$Id$")
#include <grp.h>
#include <limits.h>
#include <pwd.h>
#include <regex.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
......
......@@ -36,11 +36,9 @@ SVNID("$Id$")
#include <sys/param.h>
#include <sys/mman.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <stdint.h>
#include <stdio.h>
......
......@@ -38,8 +38,6 @@ SVNID("$Id$")
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <poll.h>
#include <signal.h>
#include <stdarg.h>
......
......@@ -45,7 +45,6 @@ SVNID("$Id$")
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include "libvarnish.h"
......
......@@ -35,12 +35,10 @@ SVNID("$Id$")
#include <sys/types.h>
#include <sys/uio.h>
#include <ctype.h>
#include <errno.h>
#include <poll.h>
#include <signal.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
......
......@@ -67,7 +67,6 @@ SVNID("$Id$")
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
......
......@@ -35,7 +35,6 @@ SVNID("$Id$")
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
......
......@@ -34,7 +34,6 @@ SVNID("$Id$")
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment