Skip to content

Commit

Permalink
Remove apparently unused include that prevents compilation due to lay…
Browse files Browse the repository at this point in the history
…ering (project-chip#29750)

Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
2 people authored and HunsupJung committed Oct 23, 2023
1 parent 41ed003 commit 34e568c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/platform/telink/OTAUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@
#include <app/clusters/ota-requestor/DefaultOTARequestor.h>
#include <app/clusters/ota-requestor/DefaultOTARequestorDriver.h>
#include <app/clusters/ota-requestor/DefaultOTARequestorStorage.h>
#include <app/server/Server.h>
#include <platform/telink/OTAImageProcessorImpl.h>
#endif

#if CONFIG_BOOTLOADER_MCUBOOT
#include <app/server/Server.h>
#include <zephyr/dfu/mcuboot.h>
#endif

Expand Down

0 comments on commit 34e568c

Please sign in to comment.