[core] remove unnecessary forward declarations of class ThreadNetif (#12278)

Removes unnecessary `class ThreadNetif;` forward declarations in
`meshcop.hpp`, `child_supervision.hpp`, and `jam_detector.hpp`.
This commit is contained in:
Abtin Keshavarzian
2026-01-09 16:47:41 -08:00
committed by GitHub
parent 1b86eb87d4
commit 356ff345fe
3 changed files with 0 additions and 8 deletions
-3
View File
@@ -55,9 +55,6 @@
#include "meshcop/steering_data.hpp"
namespace ot {
class ThreadNetif;
namespace MeshCoP {
/**
-2
View File
@@ -51,8 +51,6 @@
namespace ot {
class ThreadNetif;
/**
*
* Child supervision feature provides a mechanism for parent
-3
View File
@@ -47,9 +47,6 @@
#include "common/timer.hpp"
namespace ot {
class ThreadNetif;
namespace Utils {
class JamDetector : public InstanceLocator, private NonCopyable