We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aee545 commit 8155339Copy full SHA for 8155339
src/app/clusters/descriptor/descriptor.cpp
@@ -26,10 +26,10 @@
26
#include <app/data-model-provider/MetadataTypes.h>
27
#include <app/util/attribute-storage.h>
28
#include <app/util/endpoint-config-api.h>
29
-#include <lib/support/CodeUtils.h>
30
-#include <lib/support/logging/CHIPLogging.h>
31
#include <lib/core/CHIPError.h>
32
#include <lib/core/DataModelTypes.h>
+#include <lib/support/CodeUtils.h>
+#include <lib/support/logging/CHIPLogging.h>
33
34
using namespace chip;
35
using namespace chip::app;
0 commit comments