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

Unified Diff: src/wifi/model/spectrum-wifi-phy.cc

Issue 345760043: wifi module: includes removal
Patch Set: Part 1 Created 6 years 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/spectrum-wifi-phy.h ('k') | src/wifi/model/sta-wifi-mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/wifi/model/spectrum-wifi-phy.cc
===================================================================
--- a/src/wifi/model/spectrum-wifi-phy.cc
+++ b/src/wifi/model/spectrum-wifi-phy.cc
@@ -23,12 +23,16 @@
* with Nicola Baldo and Dean Armstrong
*/
-#include "spectrum-wifi-phy.h"
+#include "ns3/antenna-model.h"
+#include "ns3/spectrum-channel.h"
#include "ns3/wifi-spectrum-value-helper.h"
-#include "ns3/abort.h"
#include "ns3/log.h"
#include "ns3/boolean.h"
+#include "ns3/net-device.h"
+#include "ns3/node.h"
+#include "spectrum-wifi-phy.h"
#include "wifi-spectrum-signal-parameters.h"
+#include "wifi-spectrum-phy-interface.h"
#include "wifi-utils.h"
namespace ns3 {
« no previous file with comments | « src/wifi/model/spectrum-wifi-phy.h ('k') | src/wifi/model/sta-wifi-mac.h » ('j') | no next file with comments »

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