commit - a80e9be6e42403bde1c2d25c8e255450a6efc98e
commit + 07ec47fcdf114314de1cd6ce155420b43f1fd58a
blob - 75f0a71a993d2d1312fd6de84f8337b38bae0eb5
blob + 07339da5ff621660e4c150897625cddae6256dc6
--- gotd/libexec/got-notify-email/got-notify-email.c
+++ gotd/libexec/got-notify-email/got-notify-email.c
#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>