Commit 3e0cdae0 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Decouple v_printflike_() from the OS #includes

parent 539e41ec
......@@ -37,7 +37,6 @@
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <sys/socket.h>
#include <sys/un.h>
#include "cache_varnishd.h"
......
......@@ -34,7 +34,6 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <fcntl.h>
#include <poll.h>
#include <signal.h>
#include <stdarg.h>
......
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