Commit Diff


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 <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>
@@ -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