From: Christian Brauner Date: Thu, 26 Aug 2021 12:19:53 +0000 (+0200) Subject: cgroup: remove unneeded forward declaration X-Git-Tag: lxc-5.0.0~102^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=badf09ec16f498241ecb5c14ca318864cbdb27b2;p=thirdparty%2Flxc.git cgroup: remove unneeded forward declaration Signed-off-by: Christian Brauner --- diff --git a/src/lxc/cgroups/cgroup.h b/src/lxc/cgroups/cgroup.h index d057957b4..42285ff40 100644 --- a/src/lxc/cgroups/cgroup.h +++ b/src/lxc/cgroups/cgroup.h @@ -26,7 +26,6 @@ struct lxc_handler; struct lxc_conf; -struct lxc_list; typedef enum { CGROUP_LAYOUT_UNKNOWN = -1,