[LEDE-DEV] [PATCH mountd] mount: drop duplicated includes

Rafał Miłecki zajec5 at gmail.com
Sun Feb 25 21:21:05 PST 2018


From: Rafał Miłecki <rafal at milecki.pl>

All these headers are being included few lines above.

Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 mount.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/mount.c b/mount.c
index 00fe91d..1d581ea 100644
--- a/mount.c
+++ b/mount.c
@@ -13,12 +13,9 @@
 #include <sys/wait.h>
 #include <sys/inotify.h>
 #include <sys/mount.h>
-#include <sys/stat.h>
-#include <sys/types.h>
 #include <glob.h>
 #include <libgen.h>
 #include <poll.h>
-#include <dirent.h>
 #include <syslog.h>
 
 #include "include/log.h"
-- 
2.11.0




More information about the Lede-dev mailing list