Skip to content

Commit

Permalink
[examples][lock-common] Remove iostream include (#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 pull[bot] committed Sep 20, 2024
1 parent d3e31d9 commit 5219422
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 5219422

Please sign in to comment.