From 5bb920ce276a2c9d15910335343c0244a31c2a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 7 Feb 2021 18:29:35 +0100 Subject: xdg-autostart-generator: sort header includes --- src/xdg-autostart-generator/fuzz-xdg-desktop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xdg-autostart-generator') diff --git a/src/xdg-autostart-generator/fuzz-xdg-desktop.c b/src/xdg-autostart-generator/fuzz-xdg-desktop.c index 23077e48dc..52ba7ff0a4 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) { -- cgit v1.2.1