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
2 people authored and pull[bot] committed Feb 16, 2024
1 parent 8514e1f commit 90a5dd6
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 90a5dd6

Please sign in to comment.