mirror of
https://github.com/espressif/openthread.git
synced 2026-07-27 06:17:47 +00:00
[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:
@@ -34,7 +34,6 @@
|
||||
#include "thread/tmf.hpp"
|
||||
|
||||
#include "instance/instance.hpp"
|
||||
#include "net/ip6_types.hpp"
|
||||
|
||||
namespace ot {
|
||||
namespace Tmf {
|
||||
|
||||
Reference in New Issue
Block a user