summaryrefslogtreecommitdiffstats
path: root/libmount/src/tab_diff.c
diff options
context:
space:
mode:
authorKarel Zak2011-07-25 11:57:28 +0200
committerKarel Zak2011-07-25 11:57:28 +0200
commit486d3972972de4c3143e342a0a6aef819bb58f0b (patch)
tree88028de3904c3f78d14bcb6c9a6b199f46dfa4dd /libmount/src/tab_diff.c
parentlibmount: clean up docs (diff)
downloadkernel-qcow2-util-linux-486d3972972de4c3143e342a0a6aef819bb58f0b.tar.gz
kernel-qcow2-util-linux-486d3972972de4c3143e342a0a6aef819bb58f0b.tar.xz
kernel-qcow2-util-linux-486d3972972de4c3143e342a0a6aef819bb58f0b.zip
libmount: remove unnecessary includes, mask API as stable
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/tab_diff.c')
-rw-r--r--libmount/src/tab_diff.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/libmount/src/tab_diff.c b/libmount/src/tab_diff.c
index 5a9c9bb44..8ea9f26b0 100644
--- a/libmount/src/tab_diff.c
+++ b/libmount/src/tab_diff.c
@@ -10,16 +10,6 @@
* @title: Monitor mountinfo changes
* @short_description: monitor changes in the list of the mounted filesystems
*/
-
-#include <string.h>
-#include <stdlib.h>
-#include <ctype.h>
-#include <errno.h>
-#include <limits.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <unistd.h>
-
#include "mountP.h"
struct tabdiff_entry {