--- a/src/spectrum/examples/adhoc-aloha-ideal-phy-with-microwave-oven.cc Fri Mar 04 15:40:46 2011 -0800
+++ b/src/spectrum/examples/adhoc-aloha-ideal-phy-with-microwave-oven.cc Fri Mar 04 15:42:58 2011 -0800
@@ -36,7 +36,6 @@
#include <ns3/propagation-delay-model.h>
#include <ns3/mobility-module.h>
#include <ns3/spectrum-helper.h>
-#include <ns3/helper-module.h>
#include <ns3/applications-module.h>
#include <ns3/adhoc-aloha-noack-ideal-phy-helper.h>
#include <ns3/waveform-generator-helper.h>
--- a/src/spectrum/examples/adhoc-aloha-ideal-phy.cc Fri Mar 04 15:40:46 2011 -0800
+++ b/src/spectrum/examples/adhoc-aloha-ideal-phy.cc Fri Mar 04 15:42:58 2011 -0800
@@ -36,7 +36,6 @@
#include <ns3/propagation-delay-model.h>
#include <ns3/mobility-module.h>
#include <ns3/spectrum-helper.h>
-#include <ns3/helper-module.h>
#include <ns3/applications-module.h>
#include <ns3/adhoc-aloha-noack-ideal-phy-helper.h>
--- a/src/spectrum/wscript Fri Mar 04 15:40:46 2011 -0800
+++ b/src/spectrum/wscript Fri Mar 04 15:42:58 2011 -0800
@@ -2,7 +2,7 @@
def build(bld):
- module = bld.create_ns3_module('spectrum', ['core', 'network', 'propagation'])
+ module = bld.create_ns3_module('spectrum', ['core', 'network', 'propagation', 'applications'])
module.source = [
'model/spectrum-model.cc',
'model/spectrum-value.cc',