aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2026-04-20 18:14:10 -0700
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2026-08-03 07:42:02 +0200
commit73b8c2e23412c9dc306ac251c6bf9ab6b8aaffeb (patch)
tree3a142e1fcb620ea07deb989926969c7c36e9f790
parent053ee1038e5dedae61a88cadfb7bdfe9894d8bb6 (diff)
mtd-utils: don't include features.h
This is an internal header that's already included with others. Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 303d30d..d443e17 100644
--- a/include/common.h
+++ b/include/common.h
@@ -26,7 +26,6 @@
#include <string.h>
#include <fcntl.h>
#include <errno.h>
-#include <features.h>
#include <inttypes.h>
#include <unistd.h>
#include <sys/sysmacros.h>