[NET]: Remove unnecessary config.h includes from net/

config.h is automatically included by kbuild these days.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Dave Jones
2006-09-22 14:00:29 -07:00
committed by David S. Miller
parent f0fd27d42e
commit bf0d52492d
9 changed files with 2 additions and 11 deletions

View File

@ -35,7 +35,6 @@
* Version: $Id: tcp_lp.c,v 1.24 2006/09/05 20:22:53 hswong3i Exp $
*/
#include <linux/config.h>
#include <linux/module.h>
#include <net/tcp.h>