diff options
author | Dave Jones <davej@redhat.com> | 2006-09-22 17:00:29 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 17:54:21 -0400 |
commit | bf0d52492d82ad70684e17c8a46942c13d0e140e (patch) | |
tree | d3d60f2eb4a19dc18d00a53f6aebeae60629234f /net/ipv4/raw.c | |
parent | f0fd27d42e39b91f85e1840ec49b072fd6c545b8 (diff) |
[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>
Diffstat (limited to 'net/ipv4/raw.c')
-rw-r--r-- | net/ipv4/raw.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c index fe44cb50a1c5..0e935b4c8741 100644 --- a/net/ipv4/raw.c +++ b/net/ipv4/raw.c | |||
@@ -38,8 +38,7 @@ | |||
38 | * as published by the Free Software Foundation; either version | 38 | * as published by the Free Software Foundation; either version |
39 | * 2 of the License, or (at your option) any later version. | 39 | * 2 of the License, or (at your option) any later version. |
40 | */ | 40 | */ |
41 | 41 | ||
42 | #include <linux/config.h> | ||
43 | #include <linux/types.h> | 42 | #include <linux/types.h> |
44 | #include <asm/atomic.h> | 43 | #include <asm/atomic.h> |
45 | #include <asm/byteorder.h> | 44 | #include <asm/byteorder.h> |