Эх сурвалжийг харах

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 <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Allan Stephens 14 жил өмнө
parent
commit
a9948ba24f
1 өөрчлөгдсөн 0 нэмэгдсэн , 3 устгасан
  1. 0 3
      net/tipc/socket.c

+ 0 - 3
net/tipc/socket.c

@@ -36,9 +36,6 @@
 
 #include <net/sock.h>
 
-#include <linux/tipc.h>
-#include <linux/tipc_config.h>
-
 #include "core.h"
 #include "port.h"