From: Allan Stephens Date: Mon, 30 May 2011 19:50:35 +0000 (-0400) Subject: tipc: Remove unnecessary includes in socket code X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a9948ba24f764694413207812d2b2dae46eb7275;p=deliverable%2Flinux.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"