Commit 3ab933ff authored by Nils Goroll's avatar Nils Goroll

include cache.h before system includes to help flexelint avoid reporting mulitple includes

parent 05a1c376
......@@ -33,12 +33,13 @@
#include "config.h"
#include "cache.h"
#include <errno.h>
#include <stdlib.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include "cache.h"
#include "cache_transport.h"
#include "cache_pool.h"
#include "common/heritage.h"
......
......@@ -32,12 +32,12 @@
#include "config.h"
#include "cache.h"
#include <fnmatch.h>
#include <stdio.h>
#include <stdlib.h>
#include "cache.h"
#include "vcl.h"
#include "vcli_serve.h"
#include "vrt.h"
......
......@@ -37,12 +37,12 @@
#include "config.h"
#include "cache.h"
#include <poll.h>
#include <stdio.h>
#include <stdlib.h>
#include "cache.h"
#include "binary_heap.h"
#include "vcli_serve.h"
#include "vrt.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