Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(395)

Unified Diff: src/wifi/model/yans-wifi-channel.cc

Issue 345760043: wifi module: includes removal
Patch Set: Part 1 Created 5 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/wifi/model/yans-wifi-channel.h ('k') | src/wifi/model/yans-wifi-phy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/wifi/model/yans-wifi-channel.cc
===================================================================
--- a/src/wifi/model/yans-wifi-channel.cc
+++ b/src/wifi/model/yans-wifi-channel.cc
@@ -18,12 +18,17 @@
* Author: Mathieu Lacage, <mathieu.lacage@sophia.inria.fr>
*/
+#include "ns3/packet.h"
#include "ns3/simulator.h"
#include "ns3/log.h"
#include "ns3/pointer.h"
-#include "yans-wifi-channel.h"
+#include "ns3/net-device.h"
+#include "ns3/node.h"
#include "ns3/propagation-loss-model.h"
#include "ns3/propagation-delay-model.h"
+#include "ns3/mobility-model.h"
+#include "yans-wifi-channel.h"
+#include "yans-wifi-phy.h"
#include "wifi-utils.h"
namespace ns3 {
« no previous file with comments | « src/wifi/model/yans-wifi-channel.h ('k') | src/wifi/model/yans-wifi-phy.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b