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 (#29750)

Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
andy31415 and andreilitvin authored Oct 13, 2023
1 parent d1b59df commit 2bd1e1b
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 2bd1e1b

Please sign in to comment.