From: Joe Perches Date: Mon, 24 Mar 2008 05:04:31 +0000 (-0700) Subject: [NET]: include/linux/atalk.h - remove duplicate include X-Git-Tag: v2.6.26-rc1~1138^2~386 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=414f69d8a6ff0b30e7ea5ce10534b19f851e172e;p=linux-2.6 [NET]: include/linux/atalk.h - remove duplicate include Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- diff --git a/include/linux/atalk.h b/include/linux/atalk.h index ced8a1ed08..e9ebac2e2e 100644 --- a/include/linux/atalk.h +++ b/include/linux/atalk.h @@ -85,8 +85,6 @@ static inline struct atalk_sock *at_sk(struct sock *sk) return (struct atalk_sock *)sk; } -#include - struct ddpehdr { __be16 deh_len_hops; /* lower 10 bits are length, next 4 - hops */ __be16 deh_sum;