Remove double header inclusions
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
|
||||
#include <fstream>
|
||||
#include "ns3/core-module.h"
|
||||
#include "ns3/core-module.h"
|
||||
#include "ns3/csma-module.h"
|
||||
#include "ns3/applications-module.h"
|
||||
#include "ns3/internet-module.h"
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
*/
|
||||
|
||||
#include "bug-772.h"
|
||||
|
||||
#include "ns3/simulator.h"
|
||||
#include "ns3/random-variable-stream.h"
|
||||
#include "ns3/rng-seed-manager.h"
|
||||
@@ -27,7 +26,6 @@
|
||||
#include "ns3/mobility-helper.h"
|
||||
#include "ns3/double.h"
|
||||
#include "ns3/uinteger.h"
|
||||
#include "ns3/string.h"
|
||||
#include "ns3/boolean.h"
|
||||
#include "ns3/yans-wifi-helper.h"
|
||||
#include "ns3/internet-stack-helper.h"
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include "ns3/csma-module.h"
|
||||
#include "ns3/csma-star-helper.h"
|
||||
#include "ns3/applications-module.h"
|
||||
#include "ns3/csma-module.h"
|
||||
#include "ns3/internet-module.h"
|
||||
#include "ns3/ipv6-address-generator.h"
|
||||
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
#include <list>
|
||||
#include <ctime>
|
||||
#include <map>
|
||||
|
||||
#include "ns3/ptr.h"
|
||||
#include "ns3/log.h"
|
||||
#include "ns3/assert.h"
|
||||
@@ -46,7 +45,6 @@
|
||||
#include "ns3/udp-header.h"
|
||||
#include "ns3/pointer.h"
|
||||
#include "ns3/node-list.h"
|
||||
#include "ns3/uinteger.h"
|
||||
#include "ns3/object-vector.h"
|
||||
#include "ns3/ipv4-l3-protocol.h"
|
||||
#include "ns3/ipv4-interface.h"
|
||||
@@ -55,7 +53,6 @@
|
||||
#include "ns3/ipv4-route.h"
|
||||
#include "ns3/icmpv4-l4-protocol.h"
|
||||
#include "ns3/ip-l4-protocol.h"
|
||||
|
||||
#include "dsr-option-header.h"
|
||||
#include "dsr-options.h"
|
||||
#include "dsr-rcache.h"
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
*/
|
||||
#include "tcp-error-model.h"
|
||||
|
||||
#include "ns3/node.h"
|
||||
#include "ns3/log.h"
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
* Biljana Bojovic <biljana.bojovic@cttc.es> (Carrier Aggregation)
|
||||
*/
|
||||
|
||||
|
||||
#include "lte-helper.h"
|
||||
#include <ns3/string.h>
|
||||
#include <ns3/log.h>
|
||||
@@ -42,7 +41,6 @@
|
||||
#include <ns3/friis-spectrum-propagation-loss.h>
|
||||
#include <ns3/trace-fading-loss-model.h>
|
||||
#include <ns3/isotropic-antenna-model.h>
|
||||
#include <ns3/lte-enb-net-device.h>
|
||||
#include <ns3/lte-ue-net-device.h>
|
||||
#include <ns3/ff-mac-scheduler.h>
|
||||
#include <ns3/lte-ffr-algorithm.h>
|
||||
@@ -65,7 +63,6 @@
|
||||
#include <ns3/buildings-propagation-loss-model.h>
|
||||
#include <ns3/lte-spectrum-value-helper.h>
|
||||
#include <ns3/epc-x2.h>
|
||||
#include <ns3/pointer.h>
|
||||
#include <ns3/object-map.h>
|
||||
#include <ns3/object-factory.h>
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#include <ns3/boolean.h>
|
||||
#include <ns3/eps-bearer.h>
|
||||
#include <ns3/ipv4-address.h>
|
||||
#include <ns3/ipv4-address.h>
|
||||
#include <ns3/internet-stack-helper.h>
|
||||
#include <ns3/point-to-point-helper.h>
|
||||
#include <ns3/packet-socket-helper.h>
|
||||
|
||||
@@ -29,19 +29,15 @@
|
||||
* Marco Miozzo <marco.miozzo@cttc.es>
|
||||
*/
|
||||
|
||||
|
||||
#include <list>
|
||||
#include <vector>
|
||||
#include <ns3/log.h>
|
||||
#include <ns3/pointer.h>
|
||||
#include <stdint.h>
|
||||
#include <cmath>
|
||||
#include <stdint.h>
|
||||
#include "stdlib.h"
|
||||
#include <ns3/lte-mi-error-model.h>
|
||||
|
||||
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
NS_LOG_COMPONENT_DEFINE ("LteMiErrorModel");
|
||||
|
||||
@@ -19,15 +19,11 @@
|
||||
*/
|
||||
|
||||
#include "ns3/simulator.h"
|
||||
|
||||
#include "ns3/log.h"
|
||||
|
||||
#include "ns3/spectrum-test.h"
|
||||
|
||||
#include "ns3/lte-phy-tag.h"
|
||||
#include "ns3/lte-test-ue-phy.h"
|
||||
#include "ns3/lte-chunk-processor.h"
|
||||
|
||||
#include "ns3/lte-test-fading.h"
|
||||
#include <ns3/buildings-propagation-loss-model.h>
|
||||
#include <ns3/node-container.h>
|
||||
@@ -42,14 +38,10 @@
|
||||
#include <ns3/lte-ue-net-device.h>
|
||||
#include <ns3/lte-enb-net-device.h>
|
||||
#include <ns3/lte-ue-rrc.h>
|
||||
#include <ns3/lte-helper.h>
|
||||
#include <ns3/lte-enb-phy.h>
|
||||
#include <ns3/lte-ue-phy.h>
|
||||
#include "lte-test-sinr-chunk-processor.h"
|
||||
|
||||
// #include <ns3/trace-fading-loss-model.h>
|
||||
// #include <ns3/spectrum-value.h>
|
||||
|
||||
using namespace ns3;
|
||||
|
||||
NS_LOG_COMPONENT_DEFINE ("LteFadingTest");
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
||||
#include <ns3/object.h>
|
||||
#include <ns3/spectrum-interference.h>
|
||||
#include <ns3/spectrum-error-model.h>
|
||||
@@ -50,9 +49,6 @@
|
||||
#include <ns3/boolean.h>
|
||||
#include <ns3/enum.h>
|
||||
|
||||
|
||||
#include "lte-test-fdmt-ff-mac-scheduler.h"
|
||||
|
||||
using namespace ns3;
|
||||
|
||||
NS_LOG_COMPONENT_DEFINE ("LenaTestFdMtFfMacScheduler");
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
||||
#include <ns3/object.h>
|
||||
#include <ns3/spectrum-interference.h>
|
||||
#include <ns3/spectrum-error-model.h>
|
||||
@@ -30,7 +29,6 @@
|
||||
#include <ns3/simulator.h>
|
||||
#include <ns3/packet.h>
|
||||
#include <ns3/ptr.h>
|
||||
#include <iostream>
|
||||
#include "ns3/radio-bearer-stats-calculator.h"
|
||||
#include <ns3/mobility-building-info.h>
|
||||
#include <ns3/buildings-propagation-loss-model.h>
|
||||
@@ -52,7 +50,6 @@
|
||||
#include <ns3/pointer.h>
|
||||
#include <ns3/enum.h>
|
||||
#include <ns3/buildings-helper.h>
|
||||
|
||||
#include "lte-test-mimo.h"
|
||||
|
||||
|
||||
|
||||
@@ -19,15 +19,10 @@
|
||||
*/
|
||||
|
||||
#include "ns3/simulator.h"
|
||||
|
||||
#include "ns3/log.h"
|
||||
|
||||
#include "ns3/spectrum-test.h"
|
||||
|
||||
#include "ns3/lte-phy-tag.h"
|
||||
#include "ns3/lte-chunk-processor.h"
|
||||
|
||||
|
||||
#include <ns3/hybrid-buildings-propagation-loss-model.h>
|
||||
#include <ns3/node-container.h>
|
||||
#include <ns3/mobility-helper.h>
|
||||
@@ -43,10 +38,8 @@
|
||||
#include <ns3/lte-ue-net-device.h>
|
||||
#include <ns3/lte-enb-net-device.h>
|
||||
#include <ns3/lte-ue-rrc.h>
|
||||
#include <ns3/lte-helper.h>
|
||||
#include <ns3/lte-enb-phy.h>
|
||||
#include <ns3/lte-ue-phy.h>
|
||||
|
||||
#include "lte-test-ue-phy.h"
|
||||
#include "lte-test-pathloss-model.h"
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
||||
#include <ns3/object.h>
|
||||
#include <ns3/spectrum-interference.h>
|
||||
#include <ns3/spectrum-error-model.h>
|
||||
@@ -50,9 +49,6 @@
|
||||
#include <ns3/boolean.h>
|
||||
#include <ns3/enum.h>
|
||||
|
||||
|
||||
#include "lte-test-tdmt-ff-mac-scheduler.h"
|
||||
|
||||
using namespace ns3;
|
||||
|
||||
NS_LOG_COMPONENT_DEFINE ("LenaTestTdMtFfMacScheduler");
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
||||
#include <ns3/object.h>
|
||||
#include <ns3/spectrum-interference.h>
|
||||
#include <ns3/spectrum-error-model.h>
|
||||
@@ -50,9 +49,6 @@
|
||||
#include <ns3/boolean.h>
|
||||
#include <ns3/enum.h>
|
||||
|
||||
|
||||
#include "lte-test-tta-ff-mac-scheduler.h"
|
||||
|
||||
using namespace ns3;
|
||||
|
||||
NS_LOG_COMPONENT_DEFINE ("LenaTestTtaFfMacScheduler");
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#include "ns3/packet.h"
|
||||
#include "ns3/mesh-point-device.h"
|
||||
#include "ns3/wifi-net-device.h"
|
||||
#include "ns3/mesh-point-device.h"
|
||||
#include "ns3/mesh-wifi-interface-mac.h"
|
||||
#include "ns3/random-variable-stream.h"
|
||||
#include "airtime-metric.h"
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#include "ns3/packet.h"
|
||||
#include "ns3/mesh-point-device.h"
|
||||
#include "ns3/wifi-net-device.h"
|
||||
#include "ns3/mesh-point-device.h"
|
||||
#include "ns3/mesh-wifi-interface-mac.h"
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
@@ -51,10 +51,8 @@
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
|
||||
#include "ns3/core-module.h"
|
||||
#include "ns3/mobility-module.h"
|
||||
#include "ns3/mobility-module.h"
|
||||
#include "ns3/ns2-mobility-helper.h"
|
||||
|
||||
using namespace ns3;
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
* Authors: George F. Riley<riley@ece.gatech.edu>
|
||||
* Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
|
||||
*/
|
||||
|
||||
#include "node.h"
|
||||
#include "node-list.h"
|
||||
#include "net-device.h"
|
||||
@@ -30,7 +31,6 @@
|
||||
#include "ns3/assert.h"
|
||||
#include "ns3/global-value.h"
|
||||
#include "ns3/boolean.h"
|
||||
#include "ns3/simulator.h"
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
#include "ns3/boolean.h"
|
||||
#include "ns3/ipv4-address-helper.h"
|
||||
#include "ns3/ipv4-interface-container.h"
|
||||
#include "ns3/internet-stack-helper.h"
|
||||
#include "ns3/rng-seed-manager.h"
|
||||
#include "ns3/simple-net-device-helper.h"
|
||||
#include "ns3/simple-net-device.h"
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#include "ns3/abort.h"
|
||||
#include "ns3/attribute.h"
|
||||
#include "ns3/object-factory.h"
|
||||
#include "ns3/object-factory.h"
|
||||
#include "ns3/simulator.h"
|
||||
|
||||
using namespace ns3;
|
||||
|
||||
@@ -27,8 +27,6 @@
|
||||
#include "ns3/log.h"
|
||||
#include "ns3/pointer.h"
|
||||
#include "ns3/string.h"
|
||||
#include "ns3/log.h"
|
||||
|
||||
#include "uan-channel.h"
|
||||
#include "uan-phy.h"
|
||||
#include "uan-prop-model.h"
|
||||
|
||||
@@ -59,7 +59,6 @@
|
||||
#include "ns3/csma-module.h"
|
||||
#include <iostream>
|
||||
#include "ns3/global-route-manager.h"
|
||||
#include "ns3/mobility-module.h"
|
||||
#include "ns3/internet-module.h"
|
||||
#include "ns3/vector.h"
|
||||
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
#include "service-flow.h"
|
||||
#include "service-flow-record.h"
|
||||
#include "service-flow-manager.h"
|
||||
#include "wimax-mac-queue.h"
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
* Author: Jahanzeb Farooq <jahanzeb.farooq@sophia.inria.fr>
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdint.h>
|
||||
#include "ofdm-downlink-frame-prefix.h"
|
||||
#include "ns3/address-utils.h"
|
||||
|
||||
Reference in New Issue
Block a user