remove fdset from forward declarations

This commit is contained in:
Nick Hainke 2021-02-01 21:51:17 +01:00
parent 54b8ee8fd1
commit 38def87c70

View file

@ -22,9 +22,9 @@
*/
#include <stdbool.h>
#include <sys/select.h>
struct babel_route;
struct fd_set;
struct neighbour;
struct xroute;