View | Details | Raw Unified | Return to bug 1826
Collapse All | Expand All

(-)a/src/internet/model/ipv4.h (-1 / +2 lines)
 Lines 24-30    Link Here 
24
#include "ns3/object.h"
24
#include "ns3/object.h"
25
#include "ns3/socket.h"
25
#include "ns3/socket.h"
26
#include "ns3/callback.h"
26
#include "ns3/callback.h"
27
#include "ns3/ip-l4-protocol.h"
28
#include "ns3/ipv4-address.h"
27
#include "ns3/ipv4-address.h"
29
#include "ipv4-route.h"
28
#include "ipv4-route.h"
30
#include "ipv4-interface-address.h"
29
#include "ipv4-interface-address.h"
 Lines 35-40    Link Here 
35
class NetDevice;
34
class NetDevice;
36
class Packet;
35
class Packet;
37
class Ipv4RoutingProtocol;
36
class Ipv4RoutingProtocol;
37
class IpL4Protocol;
38
class Ipv4Header;
38
39
39
/**
40
/**
40
 * \ingroup internet
41
 * \ingroup internet
(-)a/src/internet/model/udp-socket-impl.h (+2 lines)
 Lines 38-43    Link Here 
38
class Node;
38
class Node;
39
class Packet;
39
class Packet;
40
class UdpL4Protocol;
40
class UdpL4Protocol;
41
class Ipv6Header;
42
class Ipv6Interface;
41
43
42
/**
44
/**
43
 * \ingroup udp
45
 * \ingroup udp

Return to bug 1826