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

new include world order

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