Skip to content

Commit

Permalink
Remove unnecessary include from OperationalSessionSetupPool.h (#32229)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Mar 20, 2024
1 parent c66d57b commit 2853234
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/app/CASESessionManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

namespace chip {

class OperationalSessionSetupPoolDelegate;

struct CASESessionManagerConfig
{
CASEClientInitParams sessionInitParams;
Expand Down
1 change: 0 additions & 1 deletion src/app/OperationalSessionSetupPool.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#pragma once

#include <app/CASESessionManager.h>
#include <app/OperationalSessionSetup.h>
#include <lib/support/Pool.h>
#include <transport/Session.h>
Expand Down

0 comments on commit 2853234

Please sign in to comment.