Commit 1f219ee7 authored by Nils Goroll's avatar Nils Goroll

new include world order

parent 265e4c56
Pipeline #367 skipped
...@@ -31,9 +31,6 @@ ...@@ -31,9 +31,6 @@
#include "vmod_hoailona.h" #include "vmod_hoailona.h"
#include "cache/cache.h"
#include "vsb.h"
static vre_t *chars = NULL, *dots = NULL, *stars = NULL, *meta = NULL; static vre_t *chars = NULL, *dots = NULL, *stars = NULL, *meta = NULL;
/* /*
......
...@@ -31,11 +31,8 @@ ...@@ -31,11 +31,8 @@
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
#include "cache/cache.h"
#include "vas.h"
#include "vsb.h"
#include "vmod_hoailona.h" #include "vmod_hoailona.h"
#include "vas.h"
#include "vcc_if.h" #include "vcc_if.h"
#define ERR(ctx, msg) \ #define ERR(ctx, msg) \
......
...@@ -25,11 +25,11 @@ ...@@ -25,11 +25,11 @@
* *
*/ */
#include "vdef.h" #include "cache/cache.h"
#include "vrt.h"
#include "vcl.h"
#include "vtree.h"
#include "vre.h" #include "vre.h"
#include "vtree.h"
#include "vcl.h"
#include "vsb.h"
enum policy_type { enum policy_type {
DENY = 0, DENY = 0,
......
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