From 2ef4eeb41a7322124d8913aec5590906db3202d3 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Tue, 2 Sep 2008 13:16:14 -0700 Subject: [PATCH] remove unecessary include --- src/devices/wifi/mac-low.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/wifi/mac-low.cc b/src/devices/wifi/mac-low.cc index 3e23deca4..c75dcfe3a 100644 --- a/src/devices/wifi/mac-low.cc +++ b/src/devices/wifi/mac-low.cc @@ -28,7 +28,6 @@ #include "mac-low.h" #include "wifi-phy.h" #include "wifi-mac-trailer.h" -#include "wifi-mac.h" NS_LOG_COMPONENT_DEFINE ("MacLow");