Skip to content

Commit c4699cf

Browse files
authored
More IWYU across app/ & src/ (#32952)
* More IWYU across app/ & src/ * Fix bad path
1 parent c24edd3 commit c4699cf

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

src/app/util/util.h

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
#include <app/util/af-types.h>
2323
#include <app/util/endpoint-config-api.h>
24+
#include <lib/core/DataModelTypes.h>
2425

2526
void emberAfInit();
2627

src/lib/dnssd/platform/DnssdBrowseDelegate.h

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717

1818
#pragma once
1919

20+
#include <lib/core/CHIPError.h>
21+
#include <lib/support/DLLUtil.h>
22+
2023
namespace chip {
2124
namespace Dnssd {
2225

src/lib/support/CommonIterator.h

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
#pragma once
2424

25+
#include <stddef.h>
26+
2527
namespace chip {
2628

2729
/**

src/protocols/bdx/DiagnosticLogs.h

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
#pragma once
2020

21+
#include <stdint.h>
22+
2123
namespace chip {
2224
namespace bdx {
2325
namespace DiagnosticLogs {

src/transport/TracingStructs.h

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <lib/support/Span.h>
2020
#include <transport/Session.h>
2121
#include <transport/raw/MessageHeader.h>
22+
#include <transport/raw/PeerAddress.h>
2223

2324
namespace chip {
2425
namespace Tracing {

0 commit comments

Comments
 (0)