Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Move vdef.h includes up to toplevel in all cases
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdphk committed Mar 4, 2015
1 parent 6577473 commit 282d8fb
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/varnishlog/varnishlog.c
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions bin/varnishncsa/varnishncsa.c
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions bin/varnishtop/varnishtop.c
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions lib/libvarnish/vsb.c
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions lib/libvarnishapi/vsl_query.c
Expand Up @@ -38,6 +38,7 @@

#include "miniobj.h"
#include "vas.h"
#include "vdef.h"
#include "vbm.h"
#include "vnum.h"
#include "vre.h"
Expand Down
1 change: 1 addition & 0 deletions lib/libvarnishapi/vsm.c
Expand Up @@ -45,6 +45,7 @@

#include "miniobj.h"
#include "vas.h"
#include "vdef.h"

#include "vapi/vsm.h"
#include "vsm_priv.h"
Expand Down
3 changes: 2 additions & 1 deletion lib/libvarnishapi/vxp.c
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions lib/libvarnishapi/vxp_lexer.c
Expand Up @@ -36,6 +36,7 @@
#include <string.h>
#include <errno.h>

#include "vdef.h"
#include "vsb.h"
#include "vas.h"

Expand Down
1 change: 1 addition & 0 deletions lib/libvarnishapi/vxp_parse.c
Expand Up @@ -40,6 +40,7 @@

#include "miniobj.h"
#include "vas.h"
#include "vdef.h"
#include "vbm.h"
#include "vnum.h"
#include "vsb.h"
Expand Down

0 comments on commit 282d8fb

Please sign in to comment.