net: remove unnecessary includes from net/flow.h
authorJakub Kicinski <kuba@kernel.org>
Thu, 26 Jan 2023 07:14:24 +0000 (23:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Jan 2023 11:19:46 +0000 (11:19 +0000)
commit21bf73158fe7ae8a3d55618e58edc958f84739a8
treee966934c9d0dd380d35d4f74f9bb23754b6e76a7
parent9dd0db2b1303a489dd9a6d6de499fa89e6f88b93
net: remove unnecessary includes from net/flow.h

This file is included by a lot of other commonly included
headers, it doesn't need socket.h or flow_dissector.h.

This reduces the size of this file after pre-processing
from 28165 to 4663.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/flow.h