]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc_fuse.h: Don't include lxc_conf.h
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 22 Feb 2022 11:51:32 +0000 (12:51 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 7 Mar 2022 13:01:48 +0000 (14:01 +0100)
commitcc0c775b6283c31ce8b9a2963f5605c5f79cd28a
tree2365e7288eaf610cb47cf80ca06edbebd63b0267
parent2cbe2f09603e8ec2d3cd2517cbb34e3a8b2ae59b
lxc_fuse.h: Don't include lxc_conf.h

Nothing in the lxc_fuse.h header file warrants inclusion of
lxc_conf.h. If anything, virconftypes.h must be included because
of virDomainDef required by lxcSetupFuse().

It's actually lxc_fuse.c that requires some macros from
lxc_fuse.h (e.g. LXC_STATE_DIR).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/lxc/lxc_fuse.c
src/lxc/lxc_fuse.h