From e4f640893941e10afa02df8b086883fff98a8b04 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Tue, 9 Oct 2007 11:07:18 +0200 Subject: [PATCH] do not include dead header --- src/devices/wifi/arf-mac-stations.cc | 1 - src/devices/wifi/arf-mac-stations.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/devices/wifi/arf-mac-stations.cc b/src/devices/wifi/arf-mac-stations.cc index 78ef2336f..71d46c34c 100644 --- a/src/devices/wifi/arf-mac-stations.cc +++ b/src/devices/wifi/arf-mac-stations.cc @@ -19,7 +19,6 @@ */ #include "mac-stations.h" -#include "mac-station.h" #include "arf-mac-stations.h" #include "ns3/assert.h" diff --git a/src/devices/wifi/arf-mac-stations.h b/src/devices/wifi/arf-mac-stations.h index a9aafee9b..d34173364 100644 --- a/src/devices/wifi/arf-mac-stations.h +++ b/src/devices/wifi/arf-mac-stations.h @@ -21,7 +21,6 @@ #define ARF_MAC_STATIONS_H #include "mac-stations.h" -#include "mac-station.h" namespace ns3 {