Skip to content

Commit 26a6b68

Browse files
committed
STM32H7OTA: remove unused includes
1 parent d382ddb commit 26a6b68

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/ota/implementation/OTASTM32H7.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,12 @@
99
*/
1010

1111
#pragma once
12-
#include "ota/interface/OTAInterfaceDefault.h"
1312

14-
#include <QSPIFBlockDevice.h>
13+
#include "ota/interface/OTAInterfaceDefault.h"
1514

1615
#include <BlockDevice.h>
1716
#include <MBRBlockDevice.h>
1817
#include <FATFileSystem.h>
19-
#include <LittleFileSystem.h>
20-
21-
#include "WiFi.h" /* WiFi from ArduinoCore-mbed */
22-
#include <SocketHelpers.h>
2318

2419
namespace STM32H747OTA {
2520
/* External QSPI flash + MBR + FatFs */

0 commit comments

Comments
 (0)