summaryrefslogtreecommitdiff
path: root/src/xdg-autostart-generator
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-07 18:29:35 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-08 12:17:29 +0100
commit5bb920ce276a2c9d15910335343c0244a31c2a62 (patch)
tree28bcd669fe71e7fd43bdc0550090c9e77200247f /src/xdg-autostart-generator
parentea71b4604b172cb48bd58219800afcf127d02163 (diff)
downloadsystemd-5bb920ce276a2c9d15910335343c0244a31c2a62.tar.gz
xdg-autostart-generator: sort header includes
Diffstat (limited to 'src/xdg-autostart-generator')
-rw-r--r--src/xdg-autostart-generator/fuzz-xdg-desktop.c2
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) {