Commit Diff


commit - cb29e255a1aa815d0f7d47ebf0976b097d2b0515
commit + 02dab75a4ff7b71643c9c150a7254721785d8b0e
blob - 8d0b5921cbaec6affb087ecb59bd0ba79483e83f
blob + 855a4b86c039fcefe9a9a40b0d2f4d826e81d66d
--- gotd/libexec/got-notify-http/got-notify-http.c
+++ gotd/libexec/got-notify-http/got-notify-http.c
@@ -24,8 +24,8 @@
 #include <limits.h>
 #include <netdb.h>
 #include <poll.h>
-#include <stdio.h>
 #include <stdarg.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <syslog.h>
@@ -35,8 +35,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