]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
xdg-autostart-generator: sort header includes
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 7 Feb 2021 17:29:35 +0000 (18:29 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 8 Feb 2021 11:17:29 +0000 (12:17 +0100)
src/xdg-autostart-generator/fuzz-xdg-desktop.c

index 23077e48dce2e876e55c0f7981aa7cf6b5e363a4..52ba7ff0a47dcc4bf5db199f77c18136e1b14dd2 100644 (file)
@@ -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) {