commit eae27e22da0f76777f865b7ed519858dd06257d1 from: Stefan Sperling date: Thu Nov 21 16:16:55 2024 UTC remove dangling include statement commit - fd9f46f196aef97157fc2532b99e727b72ea32b2 commit + eae27e22da0f76777f865b7ed519858dd06257d1 blob - f72cdc28b61a77090d5ece2306dfd7d0a31df51c blob + fa914b8ce308202083cffc789d731d76717c49d1 --- gotd/imsg.c +++ gotd/imsg.c @@ -76,7 +76,6 @@ gotd_imsg_flush(struct imsgbuf *ibuf) return err; } -#include static const struct got_error * gotd_imsg_recv(struct imsg *imsg, struct imsgbuf *ibuf, size_t min_datalen) {