From 2cb45cdc4d6cb50dc8cf2048a7552173fc6f62ee Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Feb 2019 14:39:34 +0100 Subject: [PATCH] meson: sort header list again --- src/boot/efi/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/efi/meson.build b/src/boot/efi/meson.build index 67b4331a959..0ae31916358 100644 --- a/src/boot/efi/meson.build +++ b/src/boot/efi/meson.build @@ -8,9 +8,9 @@ efi_headers = files(''' linux.h measure.h pe.h + shim.h splash.h util.h - shim.h '''.split()) common_sources = ''' -- 2.47.3