Commit Diff


commit - 7d6fcfbf569535644f7d090ed9a22e5b113a1426
commit + cad0b9e88686cab44e7532dfaaa0b5cdd47beb10
blob - c662466befc147e80fcf92724f47490bd4b4c45e
blob + 6412c9a5ce40c0e828beb1d323555fdfcde6af01
--- gotweb/parse.y
+++ gotweb/parse.y
@@ -23,25 +23,14 @@
 %{
 #include <sys/types.h>
 #include <sys/queue.h>
-#include <sys/socket.h>
-#include <sys/stat.h>
 
-#include <netinet/in.h>
-
-#include <arpa/inet.h>
-
 #include <ctype.h>
 #include <err.h>
-#include <errno.h>
-#include <event.h>
-#include <ifaddrs.h>
-#include <imsg.h>
 #include <limits.h>
 #include <stdarg.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
-#include <syslog.h>
-#include <unistd.h>
 
 #include "got_error.h"
 #include "gotweb.h"