From 05af2f45e042c479e39715657203bb3079493f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= Date: Mon, 6 Mar 2023 14:21:21 +0100 Subject: [PATCH] Remove unused 'deprecated.h' includes --- src/core/model/type-id.h | 1 - src/internet/model/ipv6-header.h | 1 - src/network/model/packet.h | 1 - src/network/utils/data-rate.h | 1 - src/network/utils/ipv4-address.h | 1 - src/network/utils/ipv6-address.h | 1 - src/wave/helper/wifi-80211p-helper.h | 1 - src/wifi/helper/wifi-helper.h | 1 - 8 files changed, 8 deletions(-) diff --git a/src/core/model/type-id.h b/src/core/model/type-id.h index 250f6471f..c6d27801b 100644 --- a/src/core/model/type-id.h +++ b/src/core/model/type-id.h @@ -23,7 +23,6 @@ #include "attribute-helper.h" #include "attribute.h" #include "callback.h" -#include "deprecated.h" #include "hash.h" #include "trace-source-accessor.h" diff --git a/src/internet/model/ipv6-header.h b/src/internet/model/ipv6-header.h index 8f1dfc5df..1927e40df 100644 --- a/src/internet/model/ipv6-header.h +++ b/src/internet/model/ipv6-header.h @@ -20,7 +20,6 @@ #ifndef IPV6_HEADER_H #define IPV6_HEADER_H -#include "ns3/deprecated.h" #include "ns3/header.h" #include "ns3/ipv6-address.h" diff --git a/src/network/model/packet.h b/src/network/model/packet.h index f6d167d2a..b7aa073bc 100644 --- a/src/network/model/packet.h +++ b/src/network/model/packet.h @@ -30,7 +30,6 @@ #include "ns3/assert.h" #include "ns3/callback.h" -#include "ns3/deprecated.h" #include "ns3/mac48-address.h" #include "ns3/ptr.h" diff --git a/src/network/utils/data-rate.h b/src/network/utils/data-rate.h index d4f3ac2bc..c41790997 100644 --- a/src/network/utils/data-rate.h +++ b/src/network/utils/data-rate.h @@ -22,7 +22,6 @@ #include "ns3/attribute-helper.h" #include "ns3/attribute.h" -#include "ns3/deprecated.h" #include "ns3/nstime.h" #include diff --git a/src/network/utils/ipv4-address.h b/src/network/utils/ipv4-address.h index bc9652d1d..48edc99d7 100644 --- a/src/network/utils/ipv4-address.h +++ b/src/network/utils/ipv4-address.h @@ -22,7 +22,6 @@ #include "ns3/address.h" #include "ns3/attribute-helper.h" -#include "ns3/deprecated.h" #include #include diff --git a/src/network/utils/ipv6-address.h b/src/network/utils/ipv6-address.h index 6d4077aad..a9a8f8571 100644 --- a/src/network/utils/ipv6-address.h +++ b/src/network/utils/ipv6-address.h @@ -24,7 +24,6 @@ #include "ns3/address.h" #include "ns3/attribute-helper.h" -#include "ns3/deprecated.h" #include "ns3/ipv4-address.h" #include diff --git a/src/wave/helper/wifi-80211p-helper.h b/src/wave/helper/wifi-80211p-helper.h index a91ea82f5..3d60ba3fe 100644 --- a/src/wave/helper/wifi-80211p-helper.h +++ b/src/wave/helper/wifi-80211p-helper.h @@ -22,7 +22,6 @@ */ #ifndef WIFI_802_11P_HELPER_H #define WIFI_802_11P_HELPER_H -#include "ns3/deprecated.h" #include "ns3/wifi-helper.h" namespace ns3 diff --git a/src/wifi/helper/wifi-helper.h b/src/wifi/helper/wifi-helper.h index c17a09143..b934ee0dd 100644 --- a/src/wifi/helper/wifi-helper.h +++ b/src/wifi/helper/wifi-helper.h @@ -24,7 +24,6 @@ #include "wifi-mac-helper.h" -#include "ns3/deprecated.h" #include "ns3/qos-utils.h" #include "ns3/trace-helper.h" #include "ns3/wifi-phy.h"