Skip to content

Commit a8955b7

Browse files
committed
Self-review: fix includes
1 parent 7829cc9 commit a8955b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app/AttributePathExpandIterator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
#include "app/data-model-provider/MetadataSearch.h"
1817
#include <app/AttributePathExpandIterator.h>
1918

2019
#include <app/GlobalAttributes.h>
20+
#include <app/data-model-provider/MetadataSearch.h>
2121
#include <app/data-model-provider/MetadataTypes.h>
2222
#include <lib/core/DataModelTypes.h>
2323
#include <lib/support/CodeUtils.h>

src/app/AttributePathExpandIterator.h

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include <lib/core/DataModelTypes.h>
2626
#include <lib/support/LinkedList.h>
2727
#include <lib/support/Span.h>
28+
2829
#include <limits>
2930

3031
namespace chip {

0 commit comments

Comments
 (0)