From: Omar Polo Subject: sort/remove includes in got-notify-email To: gameoftrees@openbsd.org Date: Tue, 23 Apr 2024 09:58:57 +0200 triggers my OCD :) sort and remove getopt.h (thankfully we don't use long options here :p) diff /home/op/w/got commit - 04a87797cb37c4787fdc83040ba75f0ddd60e46d path + /home/op/w/got blob - 16f1d741593d53dc9c972d53a4536edabae0301a file + gotd/libexec/got-notify-email/got-notify-email.c --- gotd/libexec/got-notify-email/got-notify-email.c +++ gotd/libexec/got-notify-email/got-notify-email.c @@ -18,18 +18,17 @@ #include #include +#include #include +#include #include +#include +#include +#include #include #include #include -#include -#include #include -#include -#include -#include -#include #include #include