Commit 750e6a80 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove some unneeded #includes

parent 58b262f1
......@@ -32,7 +32,6 @@
#include "config.h"
#include <ctype.h>
#include <fnmatch.h>
#include <stdio.h>
#include <stdlib.h>
......@@ -44,7 +43,6 @@
#include "vcli_priv.h"
#include "vcl.h"
#include "vsa.h"
#include "vsb.h"
#include "vrt.h"
#include "vtim.h"
......
......@@ -39,7 +39,6 @@
#include "cache.h"
#include "cache_backend.h"
#include "vrt.h"
#include "vtcp.h"
#include "vsa.h"
#include "waiter/waiter.h"
......
......@@ -62,13 +62,10 @@
#include "config.h"
#include <math.h>
#include <pcre.h>
#include <stdarg.h>
#include <stdio.h>
#include "cache.h"
#include "storage/storage.h"
#include "hash/hash_slinger.h"
#include "vcli.h"
......
......@@ -34,7 +34,6 @@
#include <stdlib.h>
#include <stddef.h>
#include <stdio.h>
#include "cache.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