[master] 0139f83cf Remove an unnecessary #include from VMOD blob.

Geoff Simmons geoff at uplex.de
Tue Jul 17 13:41:08 UTC 2018


commit 0139f83cf92330111fd3d79e76498e4597a2d9b5
Author: Geoff Simmons <geoff at uplex.de>
Date:   Tue Jul 17 15:39:12 2018 +0200

    Remove an unnecessary #include from VMOD blob.
    
    Had been used in its previous life as a 3rd-party VMOD.

diff --git a/lib/libvmod_blob/vmod_blob.c b/lib/libvmod_blob/vmod_blob.c
index a53d8c415..920be37e0 100644
--- a/lib/libvmod_blob/vmod_blob.c
+++ b/lib/libvmod_blob/vmod_blob.c
@@ -26,7 +26,6 @@
  *
  */
 
-#include "config.h"
 #include <errno.h>
 #include <string.h>
 


More information about the varnish-commit mailing list