Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
e25c6483
Commit
e25c6483
authored
Mar 03, 2015
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove even more unneeded includes
parent
c1f65aa1
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
2 additions
and
9 deletions
+2
-9
cache.h
bin/varnishd/cache/cache.h
+2
-1
cache_ban.c
bin/varnishd/cache/cache_ban.c
+0
-1
cache_wrk.c
bin/varnishd/cache/cache_wrk.c
+0
-1
cache_ws.c
bin/varnishd/cache/cache_ws.c
+0
-1
cache_http1_line.c
bin/varnishd/http1/cache_http1_line.c
+0
-1
storage_persistent.c
bin/varnishd/storage/storage_persistent.c
+0
-1
cache_waiter.c
bin/varnishd/waiter/cache_waiter.c
+0
-2
cache_waiter_kqueue.c
bin/varnishd/waiter/cache_waiter_kqueue.c
+0
-1
No files found.
bin/varnishd/cache/cache.h
View file @
e25c6483
...
...
@@ -34,6 +34,8 @@
*/
#define VARNISH_CACHE_CHILD 1
#include <stdarg.h>
#include "common/common.h"
#include "vapi/vsl_int.h"
...
...
@@ -44,7 +46,6 @@
#ifdef HAVE_PTHREAD_NP_H
#include <pthread_np.h>
#endif
#include <stdarg.h>
#include <string.h>
#include <limits.h>
#include <unistd.h>
...
...
bin/varnishd/cache/cache_ban.c
View file @
e25c6483
...
...
@@ -63,7 +63,6 @@
#include "config.h"
#include <pcre.h>
#include <stdarg.h>
#include "cache.h"
...
...
bin/varnishd/cache/cache_wrk.c
View file @
e25c6483
...
...
@@ -31,7 +31,6 @@
#include "config.h"
#include <unistd.h>
#include <stdlib.h>
#include "cache.h"
...
...
bin/varnishd/cache/cache_ws.c
View file @
e25c6483
...
...
@@ -31,7 +31,6 @@
#include "config.h"
#include <stdio.h>
#include <stdarg.h>
#include "cache.h"
...
...
bin/varnishd/http1/cache_http1_line.c
View file @
e25c6483
...
...
@@ -37,7 +37,6 @@
#include <sys/types.h>
#include <sys/uio.h>
#include <limits.h>
#include <stdio.h>
#include "cache/cache.h"
...
...
bin/varnishd/storage/storage_persistent.c
View file @
e25c6483
...
...
@@ -41,7 +41,6 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cache/cache.h"
#include "storage/storage.h"
...
...
bin/varnishd/waiter/cache_waiter.c
View file @
e25c6483
...
...
@@ -31,8 +31,6 @@
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include "cache/cache.h"
...
...
bin/varnishd/waiter/cache_waiter_kqueue.c
View file @
e25c6483
...
...
@@ -39,7 +39,6 @@
#include <sys/event.h>
#include <stdlib.h>
#include <unistd.h>
#include "cache/cache.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment