diff mbox series

[05/10] Cleanup: drop unused header from diskio

Message ID 20231009152747.416164-6-stefano.babic@swupdate.org
State Accepted
Delegated to: Stefano Babic
Headers show
Series Cosmetic and cleaup code | expand

Commit Message

Stefano Babic Oct. 9, 2023, 3:27 p.m. UTC
Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
---
 fs/diskio.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/fs/diskio.c b/fs/diskio.c
index 383e3ea1..7fa350d5 100644
--- a/fs/diskio.c
+++ b/fs/diskio.c
@@ -12,7 +12,6 @@ 
 #include <linux/fs.h>
 #include <sys/ioctl.h>
 
-#include "swupdate.h"
 #include "util.h"
 
 #include "ff.h"