Commit 53a28ab7 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

These #includes look surplus to requirements.

parent aff259bc
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include "config.h" #include "config.h"
#include <fcntl.h>
#include <inttypes.h> #include <inttypes.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
......
...@@ -55,7 +55,6 @@ ...@@ -55,7 +55,6 @@
#include <math.h> #include <math.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include "cache.h" #include "cache.h"
......
...@@ -29,12 +29,6 @@ ...@@ -29,12 +29,6 @@
#include "config.h" #include "config.h"
#include <sys/types.h>
#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
#include "cache.h" #include "cache.h"
#include "vct.h" #include "vct.h"
......
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
#include "config.h" #include "config.h"
#include <dlfcn.h> #include <dlfcn.h>
#include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "cache.h" #include "cache.h"
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include "config.h" #include "config.h"
#include <ctype.h> #include <ctype.h>
#include <stdlib.h>
#include "cache.h" #include "cache.h"
......
...@@ -36,8 +36,6 @@ ...@@ -36,8 +36,6 @@
#include "cache.h" #include "cache.h"
#include "cache_backend.h" #include "cache_backend.h"
#include "hash_slinger.h"
#include "vrt.h"
#include "vrt_obj.h" #include "vrt_obj.h"
#include "vtcp.h" #include "vtcp.h"
#include "vtim.h" #include "vtim.h"
......
...@@ -31,11 +31,8 @@ ...@@ -31,11 +31,8 @@
#include "config.h" #include "config.h"
#include <sys/types.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include "cache.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