diff mbox series

[04/10] Cleanup: drop unused header from fs_fat

Message ID 20231009152747.416164-5-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/fat_fs.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/fs/fat_fs.c b/fs/fat_fs.c
index 93e34891..f560a795 100644
--- a/fs/fat_fs.c
+++ b/fs/fat_fs.c
@@ -9,7 +9,6 @@ 
 #include <stddef.h>
 
 #include <fs_interface.h>
-#include <swupdate.h>
 #include <util.h>
 
 #include "ff.h"