gnrc/pktbuf: remove obsolete sys/uio.h include

This was previously used by gnrc_pktbuf_get_iovec() for the definitions
of "struct iovec", which has been removed a while ago.
This commit is contained in:
Kaspar Schleiser 2019-07-04 16:12:57 +02:00
parent 1744b6bd92
commit de244e6679

View File

@ -13,8 +13,6 @@
* @author Martine Lenders <m.lenders@fu-berlin.de>
*/
#include <sys/uio.h>
#include "net/gnrc/pktbuf.h"
gnrc_pktsnip_t *gnrc_pktbuf_remove_snip(gnrc_pktsnip_t *pkt,