From badf09ec16f498241ecb5c14ca318864cbdb27b2 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Thu, 26 Aug 2021 14:19:53 +0200 Subject: [PATCH] cgroup: remove unneeded forward declaration Signed-off-by: Christian Brauner --- src/lxc/cgroups/cgroup.h | 1 - 1 file changed, 1 deletion(-) 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,