File tree 2 files changed +5
-8
lines changed
src/app/clusters/descriptor
2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- /* ***************************************************************************
19
- * @file
20
- * @brief Implementation for the Descriptor Server Cluster
21
- ***************************************************************************/
18
+ #include " descriptor.h"
22
19
23
20
#include < app-common/zap-generated/cluster-objects.h>
24
21
#include < app-common/zap-generated/ids/Attributes.h>
31
28
#include < app/util/endpoint-config-api.h>
32
29
#include < lib/support/CodeUtils.h>
33
30
#include < lib/support/logging/CHIPLogging.h>
34
-
35
- #include " descriptor.h"
36
- #include " lib/core/CHIPError.h"
37
- #include " lib/core/DataModelTypes.h"
31
+ #include < lib/core/CHIPError.h>
32
+ #include < lib/core/DataModelTypes.h>
38
33
39
34
using namespace chip ;
40
35
using namespace chip ::app;
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #include < cstdint>
18
+
17
19
namespace chip {
18
20
namespace app {
19
21
namespace Clusters {
You can’t perform that action at this time.
0 commit comments