From: Mike Yuan Date: Wed, 25 Jun 2025 11:15:55 +0000 (+0200) Subject: Revert "namespace-util: include sched.h" X-Git-Tag: v258-rc1~250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9efffbbfde2ba03cb35ea4a644ce5315e73d73be;p=thirdparty%2Fsystemd.git Revert "namespace-util: include sched.h" This reverts commit 50cda6433bb04bf6ad81bde3b5d19d2856b34575. Same as the previous revert, sched.h is too generic to be included in namespace-util.h, plus this defeats the purpose of forward decl. --- diff --git a/src/basic/namespace-util.h b/src/basic/namespace-util.h index e15afd93400..e0e857b7a49 100644 --- a/src/basic/namespace-util.h +++ b/src/basic/namespace-util.h @@ -1,8 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once -#include /* IWYU pragma: export */ - #include "forward.h" typedef enum NamespaceType {