Cleanup required headers form imsg.h.
authorclaudio <claudio@openbsd.org>
Fri, 29 Dec 2023 11:48:47 +0000 (11:48 +0000)
committerclaudio <claudio@openbsd.org>
Fri, 29 Dec 2023 11:48:47 +0000 (11:48 +0000)
commit4737321533a0bc8e70b4fada37a635d45fec043b
tree850c1a5d57168beb73bedb21139c44c80e8ccdcb
parentf7f9047fbe33d7b438e297274fef3d59fdb2067f
Cleanup required headers form imsg.h.

Right now only sys/queue.h is required to be included for imsg.h. The
only exception is if imsg_composev() is used, then sys/uio.h is needed
to access struct iovec.
OK tb@
lib/libutil/imsg_init.3