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
282d8fbf
Commit
282d8fbf
authored
Mar 04, 2015
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move vdef.h includes up to toplevel in all cases
parent
6577473f
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
1 deletion
+10
-1
varnishlog.c
bin/varnishlog/varnishlog.c
+1
-0
varnishncsa.c
bin/varnishncsa/varnishncsa.c
+1
-0
varnishtop.c
bin/varnishtop/varnishtop.c
+1
-0
vsb.c
lib/libvarnish/vsb.c
+1
-0
vsl_query.c
lib/libvarnishapi/vsl_query.c
+1
-0
vsm.c
lib/libvarnishapi/vsm.c
+1
-0
vxp.c
lib/libvarnishapi/vxp.c
+2
-1
vxp_lexer.c
lib/libvarnishapi/vxp_lexer.c
+1
-0
vxp_parse.c
lib/libvarnishapi/vxp_parse.c
+1
-0
No files found.
bin/varnishlog/varnishlog.c
View file @
282d8fbf
...
...
@@ -44,6 +44,7 @@
#include "vapi/vsl.h"
#include "vapi/voptget.h"
#include "vas.h"
#include "vdef.h"
#include "vpf.h"
#include "vsb.h"
#include "vut.h"
...
...
bin/varnishncsa/varnishncsa.c
View file @
282d8fbf
...
...
@@ -57,6 +57,7 @@
#include "vapi/vsl.h"
#include "vapi/voptget.h"
#include "vas.h"
#include "vdef.h"
#include "vcs.h"
#include "vnum.h"
#include "vsb.h"
...
...
bin/varnishtop/varnishtop.c
View file @
282d8fbf
...
...
@@ -49,6 +49,7 @@
#include "vapi/vsl.h"
#include "vapi/voptget.h"
#include "vas.h"
#include "vdef.h"
#include "vcs.h"
#include "vtree.h"
#include "vsb.h"
...
...
lib/libvarnish/vsb.c
View file @
282d8fbf
...
...
@@ -36,6 +36,7 @@ __FBSDID("$FreeBSD: head/sys/kern/subr_vsb.c 222004 2011-05-17 06:36:32Z phk $")
#include <stdlib.h>
#include <string.h>
#include "vdef.h"
#include "vas.h"
#include "vsb.h"
...
...
lib/libvarnishapi/vsl_query.c
View file @
282d8fbf
...
...
@@ -38,6 +38,7 @@
#include "miniobj.h"
#include "vas.h"
#include "vdef.h"
#include "vbm.h"
#include "vnum.h"
#include "vre.h"
...
...
lib/libvarnishapi/vsm.c
View file @
282d8fbf
...
...
@@ -45,6 +45,7 @@
#include "miniobj.h"
#include "vas.h"
#include "vdef.h"
#include "vapi/vsm.h"
#include "vsm_priv.h"
...
...
lib/libvarnishapi/vxp.c
View file @
282d8fbf
...
...
@@ -36,9 +36,10 @@
#include <string.h>
#include <errno.h>
#include "vsb.h"
#include "vas.h"
#include "vdef.h"
#include "miniobj.h"
#include "vsb.h"
#include "vxp.h"
...
...
lib/libvarnishapi/vxp_lexer.c
View file @
282d8fbf
...
...
@@ -36,6 +36,7 @@
#include <string.h>
#include <errno.h>
#include "vdef.h"
#include "vsb.h"
#include "vas.h"
...
...
lib/libvarnishapi/vxp_parse.c
View file @
282d8fbf
...
...
@@ -40,6 +40,7 @@
#include "miniobj.h"
#include "vas.h"
#include "vdef.h"
#include "vbm.h"
#include "vnum.h"
#include "vsb.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