diff options
| author | Karel Zak <kzak@redhat.com> | 2011-07-25 11:57:28 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2011-07-25 11:57:28 +0200 |
| commit | 486d3972972de4c3143e342a0a6aef819bb58f0b (patch) | |
| tree | 88028de3904c3f78d14bcb6c9a6b199f46dfa4dd /libmount/src/utils.c | |
| parent | e6ecd606ae2b3665b7f5a99e612a74979d8e8457 (diff) | |
| download | util-linux-486d3972972de4c3143e342a0a6aef819bb58f0b.tar.gz | |
libmount: remove unnecessary includes, mask API as stable
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/utils.c')
| -rw-r--r-- | libmount/src/utils.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libmount/src/utils.c b/libmount/src/utils.c index 8f0e49c9b..67389709b 100644 --- a/libmount/src/utils.c +++ b/libmount/src/utils.c @@ -10,13 +10,7 @@ * @title: Utils * @short_description: misc utils. */ -#include <unistd.h> -#include <errno.h> -#include <stdlib.h> -#include <string.h> -#include <sys/stat.h> #include <ctype.h> -#include <sys/types.h> #include <fcntl.h> #include <pwd.h> #include <grp.h> |
