batman-adv: Remove batadv_ types forward declarations
authorSven Eckelmann <sven@narfation.org>
Thu, 18 Jun 2015 16:53:19 +0000 (18:53 +0200)
committerAntonio Quartulli <antonio@meshcoding.com>
Mon, 24 Aug 2015 22:12:20 +0000 (00:12 +0200)
commit2bdd1888f147576fb870a926a4d015305b5bbeee
tree769ed20af9bc0f0b67bc92ee38921cf80f4de6c8
parent383b863620aa5127200bff591f7465d593290997
batman-adv: Remove batadv_ types forward declarations

main.h is included in every file and is the only way to access types.h.
This makes forward declarations for all types defined in types.h
unnecessary.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
net/batman-adv/bridge_loop_avoidance.h
net/batman-adv/debugfs.h
net/batman-adv/gateway_common.h
net/batman-adv/icmp_socket.h
net/batman-adv/multicast.h
net/batman-adv/network-coding.h
net/batman-adv/routing.h
net/batman-adv/send.h
net/batman-adv/soft-interface.h
net/batman-adv/sysfs.h
net/batman-adv/translation-table.h
This page took 0.042263 seconds and 5 git commands to generate.