Skip to content

Commit eba45ae

Browse files
committed
Fix auto-added include names
1 parent c1fc803 commit eba45ae

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/app/codegen-interaction-model/CodegenDataModel.h

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*/
1717
#pragma once
1818

19-
#include "app/ConcreteClusterPath.h"
2019
#include <app/interaction-model/Model.h>
2120

2221
#include <app/util/af-types.h>

src/app/codegen-interaction-model/tests/TestCodegenModelViaMocks.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
1717
*/
18-
#include "app/GlobalAttributes.h"
19-
#include "lib/core/DataModelTypes.h"
2018
#include <app/codegen-interaction-model/CodegenDataModel.h>
2119

20+
#include <app/GlobalAttributes.h>
2221
#include <app/util/mock/Constants.h>
2322
#include <app/util/mock/Functions.h>
2423
#include <app/util/mock/MockNodeConfig.h>
24+
#include <lib/core/DataModelTypes.h>
2525

2626
#include <gtest/gtest.h>
2727

0 commit comments

Comments
 (0)