From: Yu Watanabe Date: Tue, 20 Dec 2022 02:08:53 +0000 (+0900) Subject: fuzz: sort headers X-Git-Tag: v253-rc1~237^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f26c38edfa8bb74cd7fb54bd7ab268f3013bd150;p=thirdparty%2Fsystemd.git fuzz: sort headers --- diff --git a/src/libsystemd-network/fuzz-ndisc-rs.c b/src/libsystemd-network/fuzz-ndisc-rs.c index b794e2ad423..1d80630be5e 100644 --- a/src/libsystemd-network/fuzz-ndisc-rs.c +++ b/src/libsystemd-network/fuzz-ndisc-rs.c @@ -4,12 +4,13 @@ #include #include +#include "sd-ndisc.h" + #include "alloc-util.h" -#include "icmp6-util.h" #include "fuzz.h" -#include "sd-ndisc.h" -#include "socket-util.h" +#include "icmp6-util.h" #include "ndisc-internal.h" +#include "socket-util.h" static int test_fd[2] = { -EBADF, -EBADF };