Skip to content

Commit

Permalink
More IWYU across app/ & src/ (#32952)
Browse files Browse the repository at this point in the history
* More IWYU across app/ & src/

* Fix bad path
  • Loading branch information
achaulk-goog authored Apr 25, 2024
1 parent c24edd3 commit c4699cf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/util/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include <app/util/af-types.h>
#include <app/util/endpoint-config-api.h>
#include <lib/core/DataModelTypes.h>

void emberAfInit();

Expand Down
3 changes: 3 additions & 0 deletions src/lib/dnssd/platform/DnssdBrowseDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

#pragma once

#include <lib/core/CHIPError.h>
#include <lib/support/DLLUtil.h>

namespace chip {
namespace Dnssd {

Expand Down
2 changes: 2 additions & 0 deletions src/lib/support/CommonIterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

#pragma once

#include <stddef.h>

namespace chip {

/**
Expand Down
2 changes: 2 additions & 0 deletions src/protocols/bdx/DiagnosticLogs.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

#pragma once

#include <stdint.h>

namespace chip {
namespace bdx {
namespace DiagnosticLogs {
Expand Down
1 change: 1 addition & 0 deletions src/transport/TracingStructs.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <lib/support/Span.h>
#include <transport/Session.h>
#include <transport/raw/MessageHeader.h>
#include <transport/raw/PeerAddress.h>

namespace chip {
namespace Tracing {
Expand Down

0 comments on commit c4699cf

Please sign in to comment.