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

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

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/snr-tag.cc ('k') | src/wifi/model/spectrum-wifi-phy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/wifi/model/spectrum-wifi-phy.h
===================================================================
--- a/src/wifi/model/spectrum-wifi-phy.h
+++ b/src/wifi/model/spectrum-wifi-phy.h
@@ -26,14 +26,18 @@
#ifndef SPECTRUM_WIFI_PHY_H
#define SPECTRUM_WIFI_PHY_H
-#include "ns3/antenna-model.h"
#include "wifi-phy.h"
-#include "wifi-spectrum-phy-interface.h"
-#include "ns3/spectrum-channel.h"
-#include "ns3/spectrum-interference.h"
namespace ns3 {
+class AntennaModel;
+class WifiSpectrumPhyInterface;
+class SpectrumChannel;
+class SpectrumModel;
+class SpectrumValue;
+
+struct SpectrumSignalParameters;
+
/**
* \brief 802.11 PHY layer model
* \ingroup wifi
« no previous file with comments | « src/wifi/model/snr-tag.cc ('k') | src/wifi/model/spectrum-wifi-phy.cc » ('j') | no next file with comments »

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