From: Yu Watanabe Date: Mon, 4 Sep 2023 13:22:32 +0000 (+0900) Subject: meson: sort headers X-Git-Tag: v255-rc1~572^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18fe822101f10bf947d787a8ce17340af080b259;p=thirdparty%2Fsystemd.git meson: sort headers --- diff --git a/src/systemd/meson.build b/src/systemd/meson.build index 85accfef286..207b6e61b23 100644 --- a/src/systemd/meson.build +++ b/src/systemd/meson.build @@ -20,13 +20,13 @@ _systemd_headers = [ systemd_headers = files(_systemd_headers) _not_installed_headers = [ - 'sd-dhcp6-client.h', - 'sd-dhcp6-lease.h', 'sd-dhcp-client.h', 'sd-dhcp-lease.h', 'sd-dhcp-option.h', - 'sd-dhcp6-option.h', 'sd-dhcp-server.h', + 'sd-dhcp6-client.h', + 'sd-dhcp6-lease.h', + 'sd-dhcp6-option.h', 'sd-ipv4acd.h', 'sd-ipv4ll.h', 'sd-lldp-rx.h',