Commit 282d8fbf authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Move vdef.h includes up to toplevel in all cases

parent 6577473f
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -38,6 +38,7 @@
#include "miniobj.h"
#include "vas.h"
#include "vdef.h"
#include "vbm.h"
#include "vnum.h"
#include "vre.h"
......
......@@ -45,6 +45,7 @@
#include "miniobj.h"
#include "vas.h"
#include "vdef.h"
#include "vapi/vsm.h"
#include "vsm_priv.h"
......
......@@ -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"
......
......@@ -36,6 +36,7 @@
#include <string.h>
#include <errno.h>
#include "vdef.h"
#include "vsb.h"
#include "vas.h"
......
......@@ -40,6 +40,7 @@
#include "miniobj.h"
#include "vas.h"
#include "vdef.h"
#include "vbm.h"
#include "vnum.h"
#include "vsb.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