2
0
mirror of git://github.com/lxc/lxc synced 2025-08-30 21:59:46 +00:00

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

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,