no need for ns3 prefix
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 03 Oct 2007 14:21:19 +0200
changeset 1901 7d81247d2713
parent 1900 efb631738efe
child 1902 26a57487bb49
no need for ns3 prefix
src/devices/wifi/wifi-channel.h
--- a/src/devices/wifi/wifi-channel.h	Wed Oct 03 14:20:07 2007 +0200
+++ b/src/devices/wifi/wifi-channel.h	Wed Oct 03 14:21:19 2007 +0200
@@ -24,7 +24,7 @@
 #include <stdint.h>
 #include "ns3/packet.h"
 #include "ns3/channel.h"
-#include "ns3/wifi-mode.h"
+#include "wifi-mode.h"
 
 namespace ns3 {