Commit 3a38fdad authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Unused includes.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4027 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 1cc48fa1
......@@ -88,14 +88,14 @@ varnishd_LDADD = \
@JEMALLOC_LDADD@ \
${DL_LIBS} ${PTHREAD_LIBS} ${NET_LIBS} ${LIBM} ${LIBUMEM}
EXTRA_DIST = default.vcl
dist_varnishconf_DATA = default.vcl
DISTCLEANFILES = default_vcl.h
#
# Turn the default.vcl file into a C-string we can include in the program.
#
default_vcl.h: default.vcl Makefile
sed -e 's/"/\\"/g' -e 's/$$/\\n"/' -e 's/^/ "/' $(srcdir)/default.vcl > $@
sed -e 's/"/\\"/g; s/$$/\\n"/; s/^/ "/' $(srcdir)/default.vcl > $@
# Explicitly record dependency
mgt_vcc.c: default_vcl.h
mgt_vcc.c: default_vcl.h
......@@ -39,7 +39,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include "shmlog.h"
#include "vct.h"
......
......@@ -193,7 +193,6 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include <fcntl.h>
#include <pthread.h>
......
......@@ -186,7 +186,6 @@ __FBSDID("$FreeBSD: head/lib/libc/stdlib/malloc.c 182225 2008-08-27 02:00:53Z ja
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include "un-namespace.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