Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9948ba2 authored by Allan Stephens's avatar Allan Stephens Committed by Paul Gortmaker
Browse files

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: default avatarAllan Stephens <allan.stephens@windriver.com>
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent f01a2b63
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -36,9 +36,6 @@

#include <net/sock.h>

#include <linux/tipc.h>
#include <linux/tipc_config.h>

#include "core.h"
#include "port.h"