Author :
claudio
Date :
2023-12-29 11:48:47
Hash :47373215 Message :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@