batman-adv: Let packet.h include its headers directly
authorSven Eckelmann <sven.eckelmann@openmesh.com>
Thu, 21 Dec 2017 09:17:38 +0000 (10:17 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Dec 2017 20:35:53 +0000 (15:35 -0500)
commit4e58452b6fc391c35611693b12a3f97bd60f6da8
treed89b77ff91ad2749ce35cb7227025cdd53f90591
parenta0e2e75a884c1e6ae2c4cd40bf473dc93420dc0a
batman-adv: Let packet.h include its headers directly

The headers used by packet.h should also be included by it directly. main.h
is currently dealing with it in batman-adv, but this will no longer work
when this header is moved to include/uapi/linux/.

Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/batman-adv/main.h
net/batman-adv/packet.h