|
19 | 19 | #include <app/codegen-data-model/tests/AttributeReportIBEncodeDecode.h>
|
20 | 20 | #include <app/codegen-data-model/tests/EmberReadWriteOverride.h>
|
21 | 21 |
|
22 |
| -#include <lib/support/Span.h> |
23 | 22 | #include <access/AccessControl.h>
|
24 | 23 | #include <access/SubjectDescriptor.h>
|
| 24 | +#include <app-common/zap-generated/attribute-type.h> |
| 25 | +#include <app-common/zap-generated/cluster-objects.h> |
25 | 26 | #include <app/AttributeAccessInterface.h>
|
26 | 27 | #include <app/AttributeAccessInterfaceRegistry.h>
|
27 | 28 | #include <app/AttributeEncodeState.h>
|
28 | 29 | #include <app/AttributeValueDecoder.h>
|
29 |
| -#include <app-common/zap-generated/attribute-type.h> |
30 |
| -#include <app-common/zap-generated/cluster-objects.h> |
31 | 30 | #include <app/ConcreteAttributePath.h>
|
| 31 | +#include <app/GlobalAttributes.h> |
| 32 | +#include <app/MessageDef/ReportDataMessage.h> |
| 33 | +#include <app/data-model-interface/OperationTypes.h> |
32 | 34 | #include <app/data-model/Decode.h>
|
33 | 35 | #include <app/data-model/Encode.h>
|
34 | 36 | #include <app/data-model/Nullable.h>
|
35 |
| -#include <app/GlobalAttributes.h> |
36 |
| -#include <app/data-model-interface/OperationTypes.h> |
37 |
| -#include <app/MessageDef/ReportDataMessage.h> |
38 | 37 | #include <app/util/attribute-metadata.h>
|
39 | 38 | #include <app/util/attribute-storage-null-handling.h>
|
40 | 39 | #include <app/util/ember-io-storage.h>
|
@@ -729,7 +728,6 @@ void TestEmberScalarNullWrite()
|
729 | 728 | ASSERT_TRUE(Traits::IsNullValue(storage));
|
730 | 729 | }
|
731 | 730 |
|
732 |
| - |
733 | 731 | } // namespace
|
734 | 732 |
|
735 | 733 | TEST(TestCodegenModelViaMocks, IterateOverEndpoints)
|
|
0 commit comments