diff options
author | David Howells <dhowells@redhat.com> | 2020-01-23 21:36:21 +0000 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2022-11-08 16:42:28 +0000 |
commit | 23b237f3259299b75dd2ffefc7a4af889ba308c8 (patch) | |
tree | 4c2330a40a766c50b6fff50f2a8480f0c30a11cf /net/rxrpc | |
parent | ed472b0c8783e7e3896a8fb4382f2187aae427e1 (diff) | |
download | linux-23b237f3259299b75dd2ffefc7a4af889ba308c8.tar.bz2 |
rxrpc: Remove unnecessary header inclusions
Remove a bunch of unnecessary header inclusions.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Diffstat (limited to 'net/rxrpc')
-rw-r--r-- | net/rxrpc/input.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/rxrpc/input.c b/net/rxrpc/input.c index 7810b7d4f871..59a0b8aee2a2 100644 --- a/net/rxrpc/input.c +++ b/net/rxrpc/input.c @@ -7,20 +7,6 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt -#include <linux/module.h> -#include <linux/net.h> -#include <linux/skbuff.h> -#include <linux/errqueue.h> -#include <linux/udp.h> -#include <linux/in.h> -#include <linux/in6.h> -#include <linux/icmp.h> -#include <linux/gfp.h> -#include <net/sock.h> -#include <net/af_rxrpc.h> -#include <net/ip.h> -#include <net/udp.h> -#include <net/net_namespace.h> #include "ar-internal.h" static void rxrpc_proto_abort(const char *why, |