[PATCH 15/15] dropmon: remove duplicated #include

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Huang Weiyi
Date: Friday, July 10, 2009 - 6:33 pm

Remove duplicated #include('s) in
  include/linux/net_dropmon.h

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
---
 include/linux/net_dropmon.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/net_dropmon.h b/include/linux/net_dropmon.h
index 3ceb0cc..2a73946 100644
--- a/include/linux/net_dropmon.h
+++ b/include/linux/net_dropmon.h
@@ -3,7 +3,6 @@
 
 #include <linux/types.h>
 #include <linux/netlink.h>
-#include <linux/types.h>
 
 struct net_dm_drop_point {
 	__u8 pc[8];
-- 
1.6.1.2

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 15/15] dropmon: remove duplicated #include, Huang Weiyi, (Fri Jul 10, 6:33 pm)
Re: [PATCH 15/15] dropmon: remove duplicated #include, David Miller, (Sun Jul 12, 8:25 pm)