Commit 1a60aa5b authored by Geoff Simmons's avatar Geoff Simmons

Varnish now requires that vdef.h is included before vas.h.

parent c077fc69
Pipeline #411 skipped
......@@ -42,6 +42,7 @@
#include "trackrdrd.h"
#include "vdef.h"
#include "vas.h"
static void __attribute__((__noreturn__))
......
......@@ -63,8 +63,8 @@
#include "vapi/vsm.h"
#include "vapi/vsl.h"
#include "miniobj.h"
#include "vas.h"
#include "vdef.h"
#include "vas.h"
#define I_TAG "VSL"
#define I_FILTER_VCL_LOG "VCL_log:^track "
......
......@@ -45,8 +45,8 @@
#include "trackrdrd.h"
#include "config_common.h"
#include "vas.h"
#include "vdef.h"
#include "vas.h"
#define DEFAULT_USER "nobody"
......
......@@ -38,9 +38,9 @@
#include "trackrdrd.h"
#include "data.h"
#include "vdef.h"
#include "vas.h"
#include "miniobj.h"
#include "vdef.h"
#include "vsb.h"
/* Preprend head2 before head1, result in head1, head2 empty afterward */
......
......@@ -48,8 +48,8 @@
#include <execinfo.h>
#endif
#include "vas.h"
#include "vdef.h"
#include "vas.h"
#include "vsb.h"
#include "trackrdrd.h"
......
......@@ -36,6 +36,7 @@
#include <pthread.h>
#include "trackrdrd.h"
#include "vdef.h"
#include "vas.h"
static int run;
......
......@@ -36,6 +36,7 @@
#include "trackrdrd.h"
#include "vdef.h"
#include "vas.h"
static int
......
......@@ -37,6 +37,7 @@
#include <sys/prctl.h>
#endif
#include "vdef.h"
#include "vas.h"
#include "trackrdrd.h"
......
......@@ -37,6 +37,7 @@
#include <string.h>
#include "trackrdrd.h"
#include "vdef.h"
#include "vas.h"
#include "vqueue.h"
......
......@@ -35,6 +35,7 @@
#include "minunit.h"
#include "../trackrdrd.h"
#include "vdef.h"
#include "vas.h"
#ifndef TESTDIR
......
......@@ -53,8 +53,8 @@
#include <sys/types.h>
#include <pwd.h>
#include "vas.h"
#include "vdef.h"
#include "vas.h"
#include "trackrdrd.h"
#include "config_common.h"
......
......@@ -40,6 +40,7 @@
#include <string.h>
#include <unistd.h>
#include "vdef.h"
#include "vas.h" // XXX Flexelint "not used" - but req'ed for assert()
#include "vfl.h"
#include "vpf.h"
......
......@@ -37,9 +37,9 @@
#include <errno.h>
#include "trackrdrd.h"
#include "vdef.h"
#include "vas.h"
#include "miniobj.h"
#include "vdef.h"
#include "vsb.h"
#define VERSION_LEN 80
......
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