Commit Diff


commit - 762ddcd8e63f22e481054b5046adb0f913f2bada
commit + eb3a31e3f279ccfa3de3a8647ecb790e2342109d
blob - 258337e16f81c1150f8b245693b587afe86be143
blob + 394f4ab52f2069ea48a27f7e7adedc3e8dfd770a
--- libexec/got-read-patch/got-read-patch.c
+++ libexec/got-read-patch/got-read-patch.c
@@ -36,7 +36,6 @@
  */
 
 #include <sys/types.h>
-#include <sys/queue.h>
 #include <sys/uio.h>
 
 #include <ctype.h>
@@ -47,7 +46,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <imsg.h>
 
 #include "got_error.h"
 #include "got_object.h"