no need for ns3 prefix
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 03 Oct 2007 14:22:03 +0200
changeset 1902 26a57487bb49
parent 1901 7d81247d2713
child 1903 2e3982f05578
no need for ns3 prefix
src/devices/wifi/wifi-phy.h
--- a/src/devices/wifi/wifi-phy.h	Wed Oct 03 14:21:19 2007 +0200
+++ b/src/devices/wifi/wifi-phy.h	Wed Oct 03 14:22:03 2007 +0200
@@ -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 {