Skip to content

Commit

Permalink
[PATCH] uml: Remove a useless include
Browse files Browse the repository at this point in the history
linux/inet.h isn't needed, and on my system, is empty.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Sep 17, 2005
1 parent edcc220 commit d9f0d91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/um/drivers/mcast_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

#include <errno.h>
#include <unistd.h>
#include <linux/inet.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/time.h>
Expand Down

0 comments on commit d9f0d91

Please sign in to comment.