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

Unified Diff: src/wifi/model/minstrel-ht-wifi-manager.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/mgt-headers.cc ('k') | src/wifi/model/minstrel-wifi-manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/wifi/model/minstrel-ht-wifi-manager.cc
===================================================================
--- a/src/wifi/model/minstrel-ht-wifi-manager.cc
+++ b/src/wifi/model/minstrel-ht-wifi-manager.cc
@@ -34,14 +34,14 @@
* reference: http://lwn.net/Articles/376765/
*/
-#include "minstrel-ht-wifi-manager.h"
+#include <iomanip>
+#include "ns3/packet.h"
#include "ns3/simulator.h"
#include "ns3/log.h"
-#include "ns3/double.h"
-#include "ns3/boolean.h"
+#include "ns3/random-variable-stream.h"
+#include "minstrel-ht-wifi-manager.h"
#include "wifi-mac.h"
#include "wifi-phy.h"
-#include <iomanip>
#define Min(a,b) ((a < b) ? a : b)
#define Max(a,b) ((a > b) ? a : b)
« no previous file with comments | « src/wifi/model/mgt-headers.cc ('k') | src/wifi/model/minstrel-wifi-manager.h » ('j') | no next file with comments »

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