[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:
Abtin Keshavarzian
2024-09-16 10:10:51 -07:00
committed by GitHub
parent d7810fa04d
commit 5ff30d7cef
170 changed files with 96 additions and 244 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
#include "thread/tmf.hpp"
#include "common/locator_getters.hpp"
#include "instance/instance.hpp"
#include "net/ip6_types.hpp"
namespace ot {