diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-06-27 23:08:47 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-07-29 21:56:38 +0200 |
commit | bdb577f545cc20fd74fd12e5c2e93c5bb87c65e5 (patch) | |
tree | 1b9a5cef8fd913f7eb47e2959c04ebd2aff6e473 /src/fundamental | |
parent | boot: always set SBAT_DISTRO_VERSION (diff) | |
download | systemd-bdb577f545cc20fd74fd12e5c2e93c5bb87c65e5.tar.xz systemd-bdb577f545cc20fd74fd12e5c2e93c5bb87c65e5.zip |
tree-wide: drop unnecessary inclusion of version.h
Diffstat (limited to 'src/fundamental')
-rw-r--r-- | src/fundamental/sbat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fundamental/sbat.h b/src/fundamental/sbat.h index a18da48038..b3c09dcb4c 100644 --- a/src/fundamental/sbat.h +++ b/src/fundamental/sbat.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ -#include "version.h" - #ifdef SBAT_DISTRO # define SBAT_SECTION_TEXT \ "sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md\n" \ |