aboutsummaryrefslogtreecommitdiff
path: root/src/vmod_dict.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-03-27 11:36:30 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-03-27 11:36:30 +0200
commit4564b6c9776eecfece2eb097ebe5aebfd79c9cb8 (patch)
tree12aaa33b46c9f8c85d8b5897079f21ea15ede0fc /src/vmod_dict.c
parent87ff2f5ebb147d6800b838d8e9dd6063305ddd47 (diff)
downloadvmod-dict-4564b6c9776eecfece2eb097ebe5aebfd79c9cb8.tar.gz
vmod-dict-4564b6c9776eecfece2eb097ebe5aebfd79c9cb8.tar.bz2
Drop support for Varnish versions prior to 6.0
Diffstat (limited to 'src/vmod_dict.c')
-rw-r--r--src/vmod_dict.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/vmod_dict.c b/src/vmod_dict.c
index 8c1e230..3163657 100644
--- a/src/vmod_dict.c
+++ b/src/vmod_dict.c
@@ -24,12 +24,5 @@
#include <syslog.h>
-#if VARNISHAPI_MAJOR > 5
-# include <cache/cache.h>
-# include <vcl.h>
-# include <vcc_if.h>
-#else
-# include <vcl.h>
-# include <vrt.h>
-# include <vcc_if.h>
-# include <cache/cache.h>
-#endif
+#include <cache/cache.h>
+#include <vcl.h>
+#include <vcc_if.h>

Return to:

Send suggestions and report system problems to the System administrator.