cgroup: remove unneeded forward declaration

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2021-08-26 14:19:53 +02:00
parent 9ab399dfcf
commit badf09ec16
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -26,7 +26,6 @@
struct lxc_handler; struct lxc_handler;
struct lxc_conf; struct lxc_conf;
struct lxc_list;
typedef enum { typedef enum {
CGROUP_LAYOUT_UNKNOWN = -1, CGROUP_LAYOUT_UNKNOWN = -1,