]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc: remove duplicate header files
authorMao Zhongyi <maozhongyi@cmss.chinamobile.com>
Wed, 30 Oct 2019 03:42:10 +0000 (11:42 +0800)
committerJán Tomko <jtomko@redhat.com>
Tue, 12 Nov 2019 12:45:31 +0000 (13:45 +0100)
commitd4aecbf1ff63d4884cdb201594a1af9313aa3032
treed64e92eeff0850911d8a3fea778f7615633d883a
parent8a2c37c4f6940c4dec86f8dbb30607dc7bff614d
lxc: remove duplicate header files

"#include vircgroup.h" appears in both lxc_cgroup.h and
lxc_cgroup.c, and lxc_cgroup.c contains lxc_cgroup.h,
so remove the duplicate declarations.

Signed-off-by: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/lxc/lxc_cgroup.c