Commit 120e2a4d authored by Nils Goroll's avatar Nils Goroll

new include world order

parent 2ed420ad
Pipeline #368 skipped
...@@ -42,10 +42,10 @@ ...@@ -42,10 +42,10 @@
#include "config.h" #include "config.h"
#include "vdef.h"
#include "varnishevent.h" #include "varnishevent.h"
#include "vas.h" #include "vas.h"
#include "vdef.h"
static const int facilitynum[8] = static const int facilitynum[8] =
{ LOG_LOCAL0, LOG_LOCAL1, LOG_LOCAL2, LOG_LOCAL3, LOG_LOCAL4, LOG_LOCAL5, { LOG_LOCAL0, LOG_LOCAL1, LOG_LOCAL2, LOG_LOCAL3, LOG_LOCAL4, LOG_LOCAL5,
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
#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"
...@@ -44,7 +45,6 @@ ...@@ -44,7 +45,6 @@
#include "vas.h" #include "vas.h"
#include "miniobj.h" #include "miniobj.h"
#include "vqueue.h" #include "vqueue.h"
#include "vdef.h"
#include "vsb.h" #include "vsb.h"
#include "vmb.h" #include "vmb.h"
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
#include <limits.h> #include <limits.h>
#include <stdio.h> #include <stdio.h>
#include "vdef.h"
#include "vapi/vsl.h" #include "vapi/vsl.h"
#include "vas.h" #include "vas.h"
#include "miniobj.h" #include "miniobj.h"
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "vdef.h"
#include "hdrtrie.h" #include "hdrtrie.h"
#include "vas.h" #include "vas.h"
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#ifndef HDRTRIE_H_INCLUDED #ifndef HDRTRIE_H_INCLUDED
#define HDRTRIE_H_INCLUDED #define HDRTRIE_H_INCLUDED
#include "vdef.h"
#include "vsb.h" #include "vsb.h"
struct hdrt_node { struct hdrt_node {
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
#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,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#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,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#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"
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
#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