src/internet/model/ipv4.h
changeset 10563 4ae5b76ae0c2
parent 10440 1e48ff9185f1
--- a/src/internet/model/ipv4.h	Sun Jan 12 11:25:42 2014 -0800
+++ b/src/internet/model/ipv4.h	Fri Jan 10 15:08:04 2014 -0800
@@ -24,7 +24,6 @@
 #include "ns3/object.h"
 #include "ns3/socket.h"
 #include "ns3/callback.h"
-#include "ns3/ip-l4-protocol.h"
 #include "ns3/ipv4-address.h"
 #include "ipv4-route.h"
 #include "ipv4-interface-address.h"
@@ -35,6 +34,8 @@
 class NetDevice;
 class Packet;
 class Ipv4RoutingProtocol;
+class IpL4Protocol;
+class Ipv4Header;
 
 /**
  * \ingroup internet