From 8cfeb5fcbb7d69051a24f7dba5dec41fba4c2eff Mon Sep 17 00:00:00 2001 From: Lalith Suresh Date: Thu, 10 Jun 2010 11:45:16 +0530 Subject: [PATCH] Removes repetition of 'class Ipv4L4Protocol;' --- src/internet-stack/ipv4-l3-protocol.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/internet-stack/ipv4-l3-protocol.h b/src/internet-stack/ipv4-l3-protocol.h index f4b44758c..31f8c3d55 100644 --- a/src/internet-stack/ipv4-l3-protocol.h +++ b/src/internet-stack/ipv4-l3-protocol.h @@ -45,7 +45,6 @@ class Node; class Socket; class Ipv4RawSocketImpl; class Ipv4L4Protocol; -class Ipv4L4Protocol; class Icmpv4L4Protocol;