mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 13:17:48 +00:00
[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:
@@ -55,9 +55,6 @@
|
||||
#include "meshcop/steering_data.hpp"
|
||||
|
||||
namespace ot {
|
||||
|
||||
class ThreadNetif;
|
||||
|
||||
namespace MeshCoP {
|
||||
|
||||
/**
|
||||
|
||||
@@ -51,8 +51,6 @@
|
||||
|
||||
namespace ot {
|
||||
|
||||
class ThreadNetif;
|
||||
|
||||
/**
|
||||
*
|
||||
* Child supervision feature provides a mechanism for parent
|
||||
|
||||
@@ -47,9 +47,6 @@
|
||||
#include "common/timer.hpp"
|
||||
|
||||
namespace ot {
|
||||
|
||||
class ThreadNetif;
|
||||
|
||||
namespace Utils {
|
||||
|
||||
class JamDetector : public InstanceLocator, private NonCopyable
|
||||
|
||||
Reference in New Issue
Block a user