diff options
| author | Rosen Penev <rosenp@gmail.com> | 2026-04-20 18:14:10 -0700 |
|---|---|---|
| committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2026-08-03 07:42:02 +0200 |
| commit | 73b8c2e23412c9dc306ac251c6bf9ab6b8aaffeb (patch) | |
| tree | 3a142e1fcb620ea07deb989926969c7c36e9f790 /include | |
| parent | 053ee1038e5dedae61a88cadfb7bdfe9894d8bb6 (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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/common.h | 1 |
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> |
