Skip to content

Commit

Permalink
[fabric-admin] Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca committed May 23, 2024
1 parent 174f2a0 commit 6e4a34f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/fabric-admin/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ static_library("fabric-admin-utils") {

sources += [ "commands/interactive/InteractiveCommands.cpp" ]
deps += [
"${chip_root}/examples/common/websocket-server",
"${chip_root}/src/platform/logging:headers",
"${editline_root}:editline",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
#include "../common/CHIPCommand.h"
#include "../common/Commands.h"

#include <websocket-server/WebSocketServer.h>

#include <string>

class Commands;
Expand Down

0 comments on commit 6e4a34f

Please sign in to comment.