We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1fc803 commit eba45aeCopy full SHA for eba45ae
src/app/codegen-interaction-model/CodegenDataModel.h
@@ -16,7 +16,6 @@
16
*/
17
#pragma once
18
19
-#include "app/ConcreteClusterPath.h"
20
#include <app/interaction-model/Model.h>
21
22
#include <app/util/af-types.h>
src/app/codegen-interaction-model/tests/TestCodegenModelViaMocks.cpp
@@ -15,13 +15,13 @@
15
* See the License for the specific language governing permissions and
* limitations under the License.
-#include "app/GlobalAttributes.h"
-#include "lib/core/DataModelTypes.h"
#include <app/codegen-interaction-model/CodegenDataModel.h>
+#include <app/GlobalAttributes.h>
#include <app/util/mock/Constants.h>
23
#include <app/util/mock/Functions.h>
24
#include <app/util/mock/MockNodeConfig.h>
+#include <lib/core/DataModelTypes.h>
25
26
#include <gtest/gtest.h>
27
0 commit comments