From 75a174bc7b31d2f88a167158be007fe64ae542e4 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Wed, 3 Oct 2007 14:22:03 +0200 Subject: [PATCH] no need for ns3 prefix --- src/devices/wifi/wifi-phy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/wifi/wifi-phy.h b/src/devices/wifi/wifi-phy.h index a7e6be814..dbad77df6 100644 --- a/src/devices/wifi/wifi-phy.h +++ b/src/devices/wifi/wifi-phy.h @@ -32,7 +32,7 @@ #include "ns3/nstime.h" #include "ns3/ptr.h" #include "ns3/random-variable.h" -#include "ns3/wifi-mode.h" +#include "wifi-mode.h" namespace ns3 {