From fb08495170d43a9382e508c9f65f884576c4aa7c Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Sun, 7 Feb 2016 02:04:34 -0500 Subject: Remove libfshelp/trans.h and libfshelp/locks.h. * libfshelp/locks.h: Remove. * libfshelp/trans.h: Remove. struct transboot is not used anywhere. * libfshelp/fetch-root.c: Adjust includes. * libfshelp/lock-acquire.c: Likewise. * libfshelp/lock-init.c: Likewise. --- libfshelp/fetch-root.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'libfshelp/fetch-root.c') diff --git a/libfshelp/fetch-root.c b/libfshelp/fetch-root.c index 712c11f4..1b6739ec 100644 --- a/libfshelp/fetch-root.c +++ b/libfshelp/fetch-root.c @@ -18,11 +18,14 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "trans.h" -#include #include -#include #include +#include +#include +#include +#include + +#include "fshelp.h" error_t fshelp_fetch_root (struct transbox *box, void *cookie, -- cgit v1.2.3