Skip to content

Commit

Permalink
tipc: Remove unnecessary includes in socket code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Allan Stephens authored and Paul Gortmaker committed Jun 24, 2011
1 parent f01a2b6 commit a9948ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions net/tipc/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@

#include <net/sock.h>

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

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

Expand Down

0 comments on commit a9948ba

Please sign in to comment.