build: Removed unused include and set dependencies back to previous status

This commit is contained in:
Gabriel Arrobo
2020-04-22 14:02:14 -07:00
committed by Tom Henderson
parent 71a8b54ae1
commit 85e456d1b1
2 changed files with 1 additions and 2 deletions

View File

@@ -34,7 +34,6 @@
#include "ns3/channel-condition-model.h"
#include "ns3/three-gpp-spectrum-propagation-loss-model.h"
#include "ns3/wifi-spectrum-value-helper.h"
#include "ns3/buildings-channel-condition-model.h"
using namespace ns3;

View File

@@ -2,7 +2,7 @@
def build(bld):
module = bld.create_ns3_module('spectrum', ['propagation', 'antenna', 'buildings'])
module = bld.create_ns3_module('spectrum', ['propagation', 'antenna'])
module.source = [
'model/spectrum-model.cc',
'model/spectrum-value.cc',