Skip to content

Commit

Permalink
Remove include InteractionModelEngine.h in reporting/Engine.h (#32027)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyzhong-g authored and pull[bot] committed Mar 5, 2024
1 parent 668433c commit 390dba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/reporting/Engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#pragma once

#include <access/AccessControl.h>
#include <app/InteractionModelEngine.h>
#include <app/MessageDef/ReportDataMessage.h>
#include <app/ReadHandler.h>
#include <app/util/basic-types.h>
Expand All @@ -41,6 +40,7 @@
namespace chip {
namespace app {

class InteractionModelEngine;
class TestReadInteraction;

namespace reporting {
Expand Down

0 comments on commit 390dba5

Please sign in to comment.