commit 63bfde6efd083ce03a42abf45fb70cc685906368 from: Stefan Sperling via: Thomas Adam date: Thu Apr 25 14:57:44 2024 UTC sort includes in got-notify-http; suggested by op@ commit - 6e168f4f9e15f2009039cd6881a7ca08a5e8fc8b commit + 63bfde6efd083ce03a42abf45fb70cc685906368 blob - 935708084fb50162f60e79391b3b2d0374ef060e blob + fc189ec58de815feecb3ddd1b48afa777e3270fe --- gotd/libexec/got-notify-http/got-notify-http.c +++ gotd/libexec/got-notify-http/got-notify-http.c @@ -26,8 +26,8 @@ #include #include #include -#include #include +#include #include #include #include @@ -37,8 +37,8 @@ #include "got_version.h" #include "bufio.h" -#include "utf8d.h" #include "log.h" +#include "utf8d.h" #define USERAGENT "got-notify-http/" GOT_VERSION_STR