From d2e1b9e5b2fc93e0f4db348d2b1ce8888c361409 Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Sun, 11 Dec 2016 23:48:57 +0100 Subject: [PATCH] Remove unnecessary inclusions of drop-tail-queue.h --- src/internet/test/ipv4-forwarding-test.cc | 1 - src/internet/test/ipv4-fragmentation-test.cc | 1 - src/internet/test/ipv4-header-test.cc | 1 - src/internet/test/ipv4-raw-test.cc | 1 - src/internet/test/ipv4-rip-test.cc | 1 - src/internet/test/ipv6-forwarding-test.cc | 1 - src/internet/test/ipv6-fragmentation-test.cc | 1 - src/internet/test/ipv6-raw-test.cc | 1 - src/internet/test/ipv6-ripng-test.cc | 1 - src/internet/test/tcp-test.cc | 1 - src/internet/test/udp-test.cc | 1 - src/sixlowpan/test/sixlowpan-fragmentation-test.cc | 1 - src/sixlowpan/test/sixlowpan-hc1-test.cc | 1 - src/sixlowpan/test/sixlowpan-iphc-test.cc | 1 - src/wimax/model/bs-net-device.cc | 1 - src/wimax/model/ss-net-device.cc | 1 - 16 files changed, 16 deletions(-) diff --git a/src/internet/test/ipv4-forwarding-test.cc b/src/internet/test/ipv4-forwarding-test.cc index f88957830..c496775d6 100644 --- a/src/internet/test/ipv4-forwarding-test.cc +++ b/src/internet/test/ipv4-forwarding-test.cc @@ -24,7 +24,6 @@ #include "ns3/simulator.h" #include "ns3/simple-channel.h" #include "ns3/simple-net-device.h" -#include "ns3/drop-tail-queue.h" #include "ns3/socket.h" #include "ns3/boolean.h" diff --git a/src/internet/test/ipv4-fragmentation-test.cc b/src/internet/test/ipv4-fragmentation-test.cc index fee2bf9c8..5453fd84b 100644 --- a/src/internet/test/ipv4-fragmentation-test.cc +++ b/src/internet/test/ipv4-fragmentation-test.cc @@ -31,7 +31,6 @@ #include "error-channel.h" #include "ns3/simple-net-device.h" #include "ns3/simple-net-device-helper.h" -#include "ns3/drop-tail-queue.h" #include "ns3/socket.h" #include "ns3/udp-socket.h" diff --git a/src/internet/test/ipv4-header-test.cc b/src/internet/test/ipv4-header-test.cc index 2aa3d10a2..f4f84045a 100644 --- a/src/internet/test/ipv4-header-test.cc +++ b/src/internet/test/ipv4-header-test.cc @@ -25,7 +25,6 @@ #include "ns3/simulator.h" #include "ns3/simple-channel.h" #include "ns3/simple-net-device.h" -#include "ns3/drop-tail-queue.h" #include "ns3/socket.h" #include "ns3/log.h" diff --git a/src/internet/test/ipv4-raw-test.cc b/src/internet/test/ipv4-raw-test.cc index 4a79326dd..46f16ffed 100644 --- a/src/internet/test/ipv4-raw-test.cc +++ b/src/internet/test/ipv4-raw-test.cc @@ -28,7 +28,6 @@ #include "ns3/simple-channel.h" #include "ns3/simple-net-device.h" #include "ns3/simple-net-device-helper.h" -#include "ns3/drop-tail-queue.h" #include "ns3/socket.h" #include "ns3/log.h" diff --git a/src/internet/test/ipv4-rip-test.cc b/src/internet/test/ipv4-rip-test.cc index 8301bbabf..162479cb8 100644 --- a/src/internet/test/ipv4-rip-test.cc +++ b/src/internet/test/ipv4-rip-test.cc @@ -24,7 +24,6 @@ #include "ns3/simulator.h" #include "ns3/simple-channel.h" #include "ns3/simple-net-device.h" -#include "ns3/drop-tail-queue.h" #include "ns3/socket.h" #include "ns3/boolean.h" #include "ns3/enum.h" diff --git a/src/internet/test/ipv6-forwarding-test.cc b/src/internet/test/ipv6-forwarding-test.cc index 7bed6e863..5addd7910 100644 --- a/src/internet/test/ipv6-forwarding-test.cc +++ b/src/internet/test/ipv6-forwarding-test.cc @@ -25,7 +25,6 @@ #include "ns3/simple-channel.h" #include "ns3/simple-net-device.h" #include "ns3/simple-net-device-helper.h" -#include "ns3/drop-tail-queue.h" #include "ns3/socket.h" #include "ns3/boolean.h" diff --git a/src/internet/test/ipv6-fragmentation-test.cc b/src/internet/test/ipv6-fragmentation-test.cc index 42d919886..1b3ea5f64 100644 --- a/src/internet/test/ipv6-fragmentation-test.cc +++ b/src/internet/test/ipv6-fragmentation-test.cc @@ -33,7 +33,6 @@ #include "ns3/simulator.h" #include "error-channel.h" #include "ns3/simple-net-device.h" -#include "ns3/drop-tail-queue.h" #include "ns3/socket.h" #include "ns3/udp-socket.h" diff --git a/src/internet/test/ipv6-raw-test.cc b/src/internet/test/ipv6-raw-test.cc index c43ad1cdb..0fb70f690 100644 --- a/src/internet/test/ipv6-raw-test.cc +++ b/src/internet/test/ipv6-raw-test.cc @@ -28,7 +28,6 @@ #include "ns3/simple-channel.h" #include "ns3/simple-net-device.h" #include "ns3/simple-net-device-helper.h" -#include "ns3/drop-tail-queue.h" #include "ns3/socket.h" #include "ns3/log.h" diff --git a/src/internet/test/ipv6-ripng-test.cc b/src/internet/test/ipv6-ripng-test.cc index 34fd093f4..ae00e6c16 100644 --- a/src/internet/test/ipv6-ripng-test.cc +++ b/src/internet/test/ipv6-ripng-test.cc @@ -24,7 +24,6 @@ #include "ns3/simulator.h" #include "ns3/simple-channel.h" #include "ns3/simple-net-device.h" -#include "ns3/drop-tail-queue.h" #include "ns3/socket.h" #include "ns3/boolean.h" #include "ns3/enum.h" diff --git a/src/internet/test/tcp-test.cc b/src/internet/test/tcp-test.cc index ac04bba41..b6849fabb 100644 --- a/src/internet/test/tcp-test.cc +++ b/src/internet/test/tcp-test.cc @@ -26,7 +26,6 @@ #include "ns3/simulator.h" #include "ns3/simple-channel.h" #include "ns3/simple-net-device.h" -#include "ns3/drop-tail-queue.h" #include "ns3/config.h" #include "ns3/ipv4-static-routing.h" #include "ns3/ipv4-list-routing.h" diff --git a/src/internet/test/udp-test.cc b/src/internet/test/udp-test.cc index 373dac884..2ef5cc2a1 100644 --- a/src/internet/test/udp-test.cc +++ b/src/internet/test/udp-test.cc @@ -29,7 +29,6 @@ #include "ns3/simple-channel.h" #include "ns3/simple-net-device.h" #include "ns3/simple-net-device-helper.h" -#include "ns3/drop-tail-queue.h" #include "ns3/socket.h" #include "ns3/traffic-control-helper.h" diff --git a/src/sixlowpan/test/sixlowpan-fragmentation-test.cc b/src/sixlowpan/test/sixlowpan-fragmentation-test.cc index 6a576eddd..d59076ee1 100644 --- a/src/sixlowpan/test/sixlowpan-fragmentation-test.cc +++ b/src/sixlowpan/test/sixlowpan-fragmentation-test.cc @@ -26,7 +26,6 @@ #include "ns3/simulator.h" #include "error-channel-sixlow.h" #include "ns3/simple-net-device.h" -#include "ns3/drop-tail-queue.h" #include "ns3/socket.h" #include "ns3/udp-socket.h" diff --git a/src/sixlowpan/test/sixlowpan-hc1-test.cc b/src/sixlowpan/test/sixlowpan-hc1-test.cc index 0517c592b..b4c677e93 100644 --- a/src/sixlowpan/test/sixlowpan-hc1-test.cc +++ b/src/sixlowpan/test/sixlowpan-hc1-test.cc @@ -24,7 +24,6 @@ #include "ns3/simulator.h" #include "ns3/simple-channel.h" #include "ns3/simple-net-device.h" -#include "ns3/drop-tail-queue.h" #include "ns3/socket.h" #include "ns3/boolean.h" diff --git a/src/sixlowpan/test/sixlowpan-iphc-test.cc b/src/sixlowpan/test/sixlowpan-iphc-test.cc index 043e81e2c..b4542e001 100644 --- a/src/sixlowpan/test/sixlowpan-iphc-test.cc +++ b/src/sixlowpan/test/sixlowpan-iphc-test.cc @@ -24,7 +24,6 @@ #include "ns3/simulator.h" #include "ns3/simple-channel.h" #include "ns3/simple-net-device.h" -#include "ns3/drop-tail-queue.h" #include "ns3/socket.h" #include "ns3/boolean.h" diff --git a/src/wimax/model/bs-net-device.cc b/src/wimax/model/bs-net-device.cc index 8d798c8b9..16691e972 100644 --- a/src/wimax/model/bs-net-device.cc +++ b/src/wimax/model/bs-net-device.cc @@ -23,7 +23,6 @@ #include #include "ns3/simulator.h" -#include "ns3/drop-tail-queue.h" #include "ns3/node.h" #include "bs-uplink-scheduler.h" #include "bs-net-device.h" diff --git a/src/wimax/model/ss-net-device.cc b/src/wimax/model/ss-net-device.cc index 38e678bfe..ed5c4c08b 100644 --- a/src/wimax/model/ss-net-device.cc +++ b/src/wimax/model/ss-net-device.cc @@ -21,7 +21,6 @@ */ #include "ns3/simulator.h" -#include "ns3/drop-tail-queue.h" #include "ns3/node.h" #include "ss-net-device.h" #include "wimax-phy.h"