i-ipv4.h -> ipv4.h

This commit is contained in:
Mathieu Lacage
2007-06-04 18:05:36 +02:00
parent f71d6fd74f
commit 09ed1c9575
4 changed files with 4 additions and 4 deletions

View File

@@ -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',
])

View File

@@ -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 {

View File

@@ -18,7 +18,7 @@
*
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
*/
#include "i-ipv4.h"
#include "ipv4.h"
namespace ns3 {