[master] 195860033 gc includes

Nils Goroll nils.goroll at uplex.de
Thu Jan 7 17:23:07 UTC 2021


commit 195860033dc706a3bc2e199e75669ce477a36c7e
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Jan 7 18:15:26 2021 +0100

    gc includes

diff --git a/vmod/vmod_blob.h b/vmod/vmod_blob.h
index 90872b61a..3ca99c024 100644
--- a/vmod/vmod_blob.h
+++ b/vmod/vmod_blob.h
@@ -31,7 +31,6 @@
 /* vrt.h must be included before this header (for struct strands). */
 
 #include <stdlib.h>
-#include <sys/types.h>
 
 enum encoding {
 	__INVALID_ENCODING = 0,
diff --git a/vmod/vmod_debug_dyn.c b/vmod/vmod_debug_dyn.c
index 8ab467085..879a382b2 100644
--- a/vmod/vmod_debug_dyn.c
+++ b/vmod/vmod_debug_dyn.c
@@ -33,7 +33,6 @@
 #include <netdb.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sys/socket.h>
 #include <sys/stat.h>
 #include <unistd.h>
 
diff --git a/vmod/vmod_unix_cred_compat.h b/vmod/vmod_unix_cred_compat.h
index 9ac8438f8..c75fdb5f2 100644
--- a/vmod/vmod_unix_cred_compat.h
+++ b/vmod/vmod_unix_cred_compat.h
@@ -27,7 +27,6 @@
  *
  */
 
-#include <sys/types.h>
 #include <sys/socket.h>
 
 #if defined(HAVE_GETPEEREID)


More information about the varnish-commit mailing list