mirror of
https://github.com/espressif/openthread.git
synced 2026-08-23 18:59:51 +00:00
[core] move locator Get<Type> definitions to instance.hpp (#10711)
This commit moves the locator `GetProvider::Get<Type>()` and its related `Timer` and `Tasklet` methods to `instance.hpp`. With this change we can remove `locator_getters.hpp` header fully thus simplifying the code.
This commit is contained in:
@@ -39,10 +39,10 @@
|
||||
#include "common/as_core_type.hpp"
|
||||
#include "common/code_utils.hpp"
|
||||
#include "common/debug.hpp"
|
||||
#include "common/locator_getters.hpp"
|
||||
#include "crypto/aes_ccm.hpp"
|
||||
#include "crypto/ecdsa.hpp"
|
||||
#include "crypto/hmac_sha256.hpp"
|
||||
#include "instance/instance.hpp"
|
||||
|
||||
using namespace ot;
|
||||
using namespace ot::Crypto;
|
||||
|
||||
Reference in New Issue
Block a user