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