Commit 61473385 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Avoid having two files called "params.h"

parent 3662d20a
......@@ -136,7 +136,7 @@ nobase_pkginclude_HEADERS = \
cache/cache_backend.h \
cache/cache_director.h \
common/common.h \
common/params.h \
common/com_params.h \
waiter/waiter.h
varnishd_CFLAGS = \
......
......@@ -54,7 +54,7 @@
#include <unistd.h>
#include <math.h>
#include "common/params.h"
#include "common/com_params.h"
/*--------------------------------------------------------------------*/
......
......@@ -41,7 +41,7 @@
#include <unistd.h>
#include "common.h"
#include "common/params.h"
#include "common/com_params.h"
#include "vsm_priv.h"
#include "vmb.h"
......
......@@ -31,7 +31,7 @@
#include <stdint.h>
#include "common/common.h"
#include "common/params.h"
#include "common/com_params.h"
struct cli;
struct parspec;
......
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