From: Daan De Meyer Date: Wed, 23 Apr 2025 10:05:54 +0000 (+0200) Subject: core: Drop unused forward declaration X-Git-Tag: v258-rc1~755^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3a70ca482f2ab9a1980fca4412b01189d5ecea0;p=thirdparty%2Fsystemd.git core: Drop unused forward declaration We already include unit.h. --- diff --git a/src/core/manager.h b/src/core/manager.h index cbad223d1bf..c116c53e913 100644 --- a/src/core/manager.h +++ b/src/core/manager.h @@ -27,7 +27,6 @@ #include "unit.h" struct libmnt_monitor; -typedef struct Unit Unit; /* Enforce upper limit how many names we allow */ #define MANAGER_MAX_NAMES 131072 /* 128K */