commit | 74f0e06dccdf257096489c72492fdccda3bdb286 | [log] [tgz] |
---|---|---|
author | Andrei Litvin <andy314@gmail.com> | Fri Jan 12 14:52:42 2024 -0500 |
committer | GitHub <noreply@github.com> | Fri Jan 12 19:52:42 2024 +0000 |
tree | bd971b87d4bb294e3cba148c2c0195fc87a774da | |
parent | 55f8b8888fd5a3837d2a900ee0101c41fb004ad2 [diff] |
Remove DeviceLayer include in attribute-storage (#31400)
diff --git a/src/app/util/attribute-storage.h b/src/app/util/attribute-storage.h index 4ea9ce1..184282a 100644 --- a/src/app/util/attribute-storage.h +++ b/src/app/util/attribute-storage.h
@@ -24,7 +24,6 @@ #include <app/util/config.h> #include <app/util/endpoint-config-api.h> #include <lib/support/CodeUtils.h> -#include <platform/CHIPDeviceLayer.h> #if !defined(EMBER_SCRIPTED_TEST) #include <app/att-storage.h>