diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-02-07 18:29:35 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-02-08 12:17:29 +0100 |
commit | 5bb920ce276a2c9d15910335343c0244a31c2a62 (patch) | |
tree | 28bcd669fe71e7fd43bdc0550090c9e77200247f /src/xdg-autostart-generator | |
parent | systemctl: move telinit execcing out of parse_argv() (diff) | |
download | systemd-5bb920ce276a2c9d15910335343c0244a31c2a62.tar.xz systemd-5bb920ce276a2c9d15910335343c0244a31c2a62.zip |
xdg-autostart-generator: sort header includes
Diffstat (limited to 'src/xdg-autostart-generator')
-rw-r--r-- | src/xdg-autostart-generator/fuzz-xdg-desktop.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |