build: Removed unused include and set dependencies back to previous status
This commit is contained in:
committed by
Tom Henderson
parent
71a8b54ae1
commit
85e456d1b1
@@ -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;
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user