From: Zbigniew Jędrzejewski-Szmek Date: Sun, 7 Feb 2021 17:29:35 +0000 (+0100) Subject: xdg-autostart-generator: sort header includes X-Git-Tag: v248-rc1~170^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5bb920ce276a2c9d15910335343c0244a31c2a62;p=thirdparty%2Fsystemd.git xdg-autostart-generator: sort header includes --- diff --git a/src/xdg-autostart-generator/fuzz-xdg-desktop.c b/src/xdg-autostart-generator/fuzz-xdg-desktop.c index 23077e48dce..52ba7ff0a47 100644 --- a/src/xdg-autostart-generator/fuzz-xdg-desktop.c +++ b/src/xdg-autostart-generator/fuzz-xdg-desktop.c @@ -3,12 +3,12 @@ #include "alloc-util.h" #include "fd-util.h" #include "fs-util.h" +#include "fuzz.h" #include "rm-rf.h" #include "string-util.h" #include "strv.h" #include "tests.h" #include "tmpfile-util.h" -#include "fuzz.h" #include "xdg-autostart-service.h" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {