bug 435: file names are not consistent

This commit is contained in:
Mathieu Lacage
2008-12-10 00:16:30 -08:00
parent 3c9ed4a4c7
commit 79fd7b786b
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ def build(bld):
'ipv4-interface-container.cc',
'udp-echo-helper.cc',
'bridge-helper.cc',
'yans-wifi-phy-helper.cc',
'yans-wifi-helper.cc',
'v4ping-helper.cc',
]
@@ -46,7 +46,7 @@ def build(bld):
'ipv4-interface-container.h',
'udp-echo-helper.h',
'bridge-helper.h',
'yans-wifi-phy-helper.h',
'yans-wifi-helper.h',
'v4ping-helper.h',
]

View File

@@ -17,7 +17,7 @@
*
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
*/
#include "yans-wifi-phy-helper.h"
#include "yans-wifi-helper.h"
#include "ns3/error-rate-model.h"
#include "ns3/propagation-loss-model.h"
#include "ns3/propagation-delay-model.h"