On Wed, Aug 17, 2022 at 02:25:51PM +0200, Claudio Jeker wrote:
> Remove some unneeded headers from kroute.c
> Also move sys/tree.h up above the other sys includes.

err.h was never used, fcntl.h was used for a bit more than two days
after import, so these can definitely go.

arpa/inet.h is used for ntohl() and friends, or do you want to rely on
bgpd.h to pull this in?

More things to clean up if you want:

kroute.c also needs sys/queue.h and imsg.h, which it gets via bgpd.h.
Plus strings.h (bcopy, ffs) is pulled in via string.h.

style(9) wants an empty line before errno.h.

Reply via email to