Skip to content

Commit 93da263

Browse files
Remove unnecessary include from OperationalSessionSetupPool.h (project-chip#32229)
* Remove backwards circular include * Since we include bits, remove the forward declaration (since now things are not broken anymore due to circularity) --------- Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent c5ab509 commit 93da263

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/app/CASESessionManager.h

-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030

3131
namespace chip {
3232

33-
class OperationalSessionSetupPoolDelegate;
34-
3533
struct CASESessionManagerConfig
3634
{
3735
CASEClientInitParams sessionInitParams;

src/app/OperationalSessionSetupPool.h

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
#pragma once
1919

20-
#include <app/CASESessionManager.h>
2120
#include <app/OperationalSessionSetup.h>
2221
#include <lib/support/Pool.h>
2322
#include <transport/Session.h>

0 commit comments

Comments
 (0)