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

Unified Diff: src/wifi/model/dca-txop.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/dca-txop.h ('k') | src/wifi/model/dcf-manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/wifi/model/dca-txop.cc
===================================================================
--- a/src/wifi/model/dca-txop.cc
+++ b/src/wifi/model/dca-txop.cc
@@ -20,11 +20,14 @@
#include "ns3/log.h"
#include "ns3/pointer.h"
+#include "ns3/random-variable-stream.h"
#include "dca-txop.h"
#include "dcf-manager.h"
#include "dcf-state.h"
#include "wifi-mac-queue.h"
#include "mac-tx-middle.h"
+#include "mac-low.h"
+#include "wifi-remote-station-manager.h"
#undef NS_LOG_APPEND_CONTEXT
#define NS_LOG_APPEND_CONTEXT if (m_low != 0) { std::clog << "[mac=" << m_low->GetAddress () << "] "; }
« no previous file with comments | « src/wifi/model/dca-txop.h ('k') | src/wifi/model/dcf-manager.h » ('j') | no next file with comments »

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