[core] optimize #include directives in core cpp files (#10717)

This commit removes unnecessary `#include` directives in core `cpp`
files that already include `instance.hpp`. The `instance.hpp` header
itself includes all necessary OT core headers and definitions as they
are contained within an `ot::Instance`.
This commit is contained in:
Abtin Keshavarzian
2024-09-18 12:03:54 -07:00
committed by GitHub
parent c6a4657178
commit 9f6921cf04
181 changed files with 19 additions and 1037 deletions
-1
View File
@@ -34,7 +34,6 @@
#include "thread/tmf.hpp"
#include "instance/instance.hpp"
#include "net/ip6_types.hpp"
namespace ot {
namespace Tmf {