Skip to content

Commit 4a71ae1

Browse files
committed
Fix includes
1 parent e8acd39 commit 4a71ae1

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

src/app/clusters/descriptor/descriptor.cpp

+3-8
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
/****************************************************************************
19-
* @file
20-
* @brief Implementation for the Descriptor Server Cluster
21-
***************************************************************************/
18+
#include "descriptor.h"
2219

2320
#include <app-common/zap-generated/cluster-objects.h>
2421
#include <app-common/zap-generated/ids/Attributes.h>
@@ -31,10 +28,8 @@
3128
#include <app/util/endpoint-config-api.h>
3229
#include <lib/support/CodeUtils.h>
3330
#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>
3833

3934
using namespace chip;
4035
using namespace chip::app;

src/app/clusters/descriptor/descriptor.h

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17+
#include <cstdint>
18+
1719
namespace chip {
1820
namespace app {
1921
namespace Clusters {

0 commit comments

Comments
 (0)