i-ipv4.h -> ipv4.h
This commit is contained in:
@@ -219,7 +219,7 @@ node.add_sources ([
|
||||
'socket.cc',
|
||||
'socket-factory.cc',
|
||||
'udp.cc',
|
||||
'i-ipv4.cc',
|
||||
'ipv4.cc',
|
||||
'application.cc',
|
||||
])
|
||||
node.add_inst_headers ([
|
||||
@@ -236,7 +236,7 @@ node.add_inst_headers ([
|
||||
'socket.h',
|
||||
'socket-factory.h',
|
||||
'udp.h',
|
||||
'i-ipv4.h',
|
||||
'ipv4.h',
|
||||
'application.h',
|
||||
])
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef IPV4_IMPL_H
|
||||
#define IPV4_IMPL_H
|
||||
|
||||
#include "ns3/i-ipv4.h"
|
||||
#include "ns3/ipv4.h"
|
||||
#include "ns3/ptr.h"
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*
|
||||
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
|
||||
*/
|
||||
#include "i-ipv4.h"
|
||||
#include "ipv4.h"
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
Reference in New Issue
Block a user