Commit f659452d authored by Nils Goroll's avatar Nils Goroll

Always include vdef.h first - directly or via varnishevent.h

parent 8845dd32
Pipeline #406 skipped
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
#include "config.h" #include "config.h"
#include "vdef.h"
#include "varnishevent.h" #include "varnishevent.h"
#include "vas.h" #include "vas.h"
......
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
#include <ctype.h> #include <ctype.h>
#include <stddef.h> #include <stddef.h>
#include "vdef.h"
#include "varnishevent.h" #include "varnishevent.h"
#include "data.h" #include "data.h"
#include "hdrtrie.h" #include "hdrtrie.h"
......
...@@ -37,14 +37,14 @@ ...@@ -37,14 +37,14 @@
#include <limits.h> #include <limits.h>
#include <stdio.h> #include <stdio.h>
#include "vdef.h" #include "varnishevent.h"
#include "vapi/vsl.h" #include "vapi/vsl.h"
#include "vas.h" #include "vas.h"
#include "miniobj.h" #include "miniobj.h"
#include "base64.h" #include "base64.h"
#include "vqueue.h" #include "vqueue.h"
#include "varnishevent.h"
#include "format.h" #include "format.h"
#include "hdrtrie.h" #include "hdrtrie.h"
#include "strfTIM.h" #include "strfTIM.h"
......
...@@ -48,12 +48,11 @@ ...@@ -48,12 +48,11 @@
#include <execinfo.h> #include <execinfo.h>
#endif #endif
#include "varnishevent.h"
#include "vas.h" #include "vas.h"
#include "vdef.h"
#include "vsb.h" #include "vsb.h"
#include "varnishevent.h"
/* XXX: configurable? */ /* XXX: configurable? */
#define MAX_STACK_DEPTH 100 #define MAX_STACK_DEPTH 100
......
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
#include "vdef.h"
#include "varnishevent.h" #include "varnishevent.h"
static const char *level2name[LOG_DEBUG+1]; static const char *level2name[LOG_DEBUG+1];
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
#include <pthread.h> #include <pthread.h>
#include <errno.h> #include <errno.h>
#include "vdef.h"
#include "varnishevent.h" #include "varnishevent.h"
#include "vtim.h" #include "vtim.h"
......
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
#include <pthread.h> #include <pthread.h>
#include <errno.h> #include <errno.h>
#include "vdef.h"
#include "varnishevent.h" #include "varnishevent.h"
#include "vqueue.h" #include "vqueue.h"
#include "vas.h" #include "vas.h"
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
#include "strfTIM.h" #include "strfTIM.h"
#include "vdef.h"
#include "vas.h" #include "vas.h"
/* /*
......
...@@ -59,15 +59,14 @@ ...@@ -59,15 +59,14 @@
#include <stdint.h> #include <stdint.h>
#include <errno.h> #include <errno.h>
#include "varnishevent.h"
#include "vqueue.h" #include "vqueue.h"
#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 "vas.h"
#include "vdef.h"
#include "vsb.h" #include "vsb.h"
#include "varnishevent.h"
#include "vtim.h" #include "vtim.h"
#include "vpf.h" #include "vpf.h"
#include "vcs_version.h" #include "vcs_version.h"
......
...@@ -42,6 +42,8 @@ ...@@ -42,6 +42,8 @@
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include "vdef.h"
#include "hdrtrie.h" #include "hdrtrie.h"
#include "vapi/vsl.h" #include "vapi/vsl.h"
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include <pthread.h> #include <pthread.h>
#include <unistd.h> #include <unistd.h>
#include "vdef.h"
#include "vas.h" #include "vas.h"
#include "vmb.h" #include "vmb.h"
......
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
#include <unistd.h> #include <unistd.h>
#include "flopen.h" #include "flopen.h"
#include "vdef.h"
#include "vas.h" #include "vas.h"
#include "vpf.h" #include "vpf.h"
......
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
#include <time.h> #include <time.h>
#include <unistd.h> #include <unistd.h>
#include "vdef.h"
#include "vas.h" #include "vas.h"
#include "vtim.h" #include "vtim.h"
......
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
#include <poll.h> #include <poll.h>
#include <errno.h> #include <errno.h>
#include "vdef.h"
#include "varnishevent.h" #include "varnishevent.h"
#include "writer.h" #include "writer.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