Commit Diff


commit - 54b37e986975e273465cf0c0d2f842d371d7f181
commit + 2c1b17802598396420e45c97fe4e8d2d03fcb523
blob - 16f1d741593d53dc9c972d53a4536edabae0301a
blob + 9fa5822a667b83bb176b4454365f124f1d2ea2f7
--- gotd/libexec/got-notify-email/got-notify-email.c
+++ gotd/libexec/got-notify-email/got-notify-email.c
@@ -18,18 +18,17 @@
 #include <sys/socket.h>
 
 #include <ctype.h>
+#include <err.h>
 #include <errno.h>
+#include <netdb.h>
 #include <poll.h>
+#include <pwd.h>
+#include <stdarg.h>
+#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <stdarg.h>
-#include <stdint.h>
 #include <syslog.h>
-#include <getopt.h>
-#include <err.h>
-#include <pwd.h>
-#include <netdb.h>
 #include <time.h>
 #include <unistd.h>