From: Allan Stephens Date: Mon, 30 May 2011 19:50:35 +0000 (-0400) Subject: tipc: Remove unnecessary includes in socket code X-Git-Tag: firefly_0821_release~3680^2~5008^2~349^2~6 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a9948ba24f764694413207812d2b2dae46eb7275;p=firefly-linux-kernel-4.4.55.git tipc: Remove unnecessary includes in socket code Eliminates a pair of #include statements for files that are brought in automatically by including core.h. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- diff --git a/net/tipc/socket.c b/net/tipc/socket.c index 338837396642..adb2eff4a102 100644 --- a/net/tipc/socket.c +++ b/net/tipc/socket.c @@ -36,9 +36,6 @@ #include -#include -#include - #include "core.h" #include "port.h"