summaryrefslogtreecommitdiffstats
path: root/libmount/src/lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmount/src/lock.c')
-rw-r--r--libmount/src/lock.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/libmount/src/lock.c b/libmount/src/lock.c
index 2e3ca533e..a6619b315 100644
--- a/libmount/src/lock.c
+++ b/libmount/src/lock.c
@@ -14,13 +14,6 @@
* locking. Note, it's necessary to use the same locking schema in all
* application that access the file.
*/
-#include <string.h>
-#include <stdlib.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <unistd.h>
-#include <errno.h>
-#include <stdio.h>
#include <sys/time.h>
#include <time.h>
#include <signal.h>
@@ -29,9 +22,6 @@
#include <sys/file.h>
#include "pathnames.h"
-#include "nls.h"
-#include "c.h"
-
#include "mountP.h"
/*