[master] d4e54f925 varnishtest: Polish includes

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Dec 14 13:08:07 UTC 2021


commit d4e54f9250e393a8c3405a635fd9b574f477908d
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Dec 14 14:06:41 2021 +0100

    varnishtest: Polish includes

diff --git a/bin/varnishtest/vtc_main.c b/bin/varnishtest/vtc_main.c
index 9dccb70bb..dc05e2eaa 100644
--- a/bin/varnishtest/vtc_main.c
+++ b/bin/varnishtest/vtc_main.c
@@ -31,6 +31,7 @@
 #include "config.h"
 
 #include <sys/mman.h>
+#include <sys/socket.h>
 #include <sys/stat.h>
 #include <sys/wait.h>
 
@@ -41,8 +42,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <sys/socket.h>
-#include <sys/stat.h>
 
 #include "vtc.h"
 


More information about the varnish-commit mailing list