Commit b36cebd9 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

quench warnings related to libvarnish.h



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@742 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7b015e59
......@@ -19,7 +19,6 @@
#include <sys/types.h>
#include <sys/socket.h>
#include "libvarnish.h"
#include "heritage.h"
#include "shmlog.h"
#include "cache.h"
......
......@@ -21,7 +21,6 @@
#include <sys/select.h>
#include <sys/ioctl.h>
#include "libvarnish.h"
#include "heritage.h"
#include "shmlog.h"
#include "cache.h"
......
......@@ -15,7 +15,6 @@
#include <stdio.h>
#include <string.h>
#include "libvarnish.h"
#include "shmlog.h"
#include "binary_heap.h"
#include "cache.h"
......
......@@ -15,7 +15,6 @@
#include <time.h>
#include "shmlog.h"
#include "libvarnish.h"
#include "cache.h"
/*
......
......@@ -32,7 +32,6 @@
#include <sys/types.h>
#include <fcntl.h>
#include "libvarnish.h"
#include "shmlog.h"
#include "heritage.h"
#include "cache.h"
......
......@@ -10,7 +10,6 @@
#include <string.h>
#include <unistd.h>
#include "libvarnish.h"
#include "heritage.h"
#include "shmlog.h"
#include "vcl.h"
......
......@@ -7,7 +7,6 @@
#include <sys/types.h>
#include <sys/time.h>
#include "libvarnish.h"
#include "shmlog.h"
#include "cache.h"
......
......@@ -17,7 +17,6 @@
#include "cli_priv.h"
#include "shmlog.h"
#include "vcl.h"
#include "libvarnish.h"
#include "cache.h"
struct vcls {
......
......@@ -8,7 +8,6 @@
#include <stdlib.h>
#include <string.h>
#include <libvarnish.h>
#include <cache.h>
/*--------------------------------------------------------------------*/
......
......@@ -8,7 +8,6 @@
#include "shmlog.h"
#include "cache.h"
#include "libvarnish.h"
#include "heritage.h"
......
......@@ -7,6 +7,7 @@
#include <errno.h>
#include <string.h>
#include "libvarnish.h"
void
__assert(const char *func, const char *file, int line, const char *cond, int err)
......
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