Remove duplicate includes

cache_varnishd.h already includes:
- sys/socket.h
- string.h

Spotted by local Flexelint install on Linux
parent 9d6e0b75
......@@ -38,7 +38,6 @@
#include <stdlib.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <sys/socket.h>
#include "cache_varnishd.h"
......
......@@ -41,7 +41,6 @@
#include <poll.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "cache_varnishd.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