Skip to content

Commit

Permalink
[examples][lock-common] Remove iostream include (project-chip#34952)
Browse files Browse the repository at this point in the history
* iostream adds a lot of unnecessary functions when lock-app
   is compiled for non-linux platforms, increasing ram and
   flash consumption.
 * linux lock-app compiles without it

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>
  • Loading branch information
andrei-menzopol authored and PeterC1965 committed Aug 28, 2024
1 parent 01058d6 commit 70bff19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/lock-app/lock-common/src/LockManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#include "LockManager.h"

#include <iostream>
#include <lib/support/logging/CHIPLogging.h>
#include <memory>

Expand Down

0 comments on commit 70bff19

Please sign in to comment.