aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/dutmp.c1
-rw-r--r--miscutils/makedevs.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/miscutils/dutmp.c b/miscutils/dutmp.c
index 047b8805f..5a6eb076b 100644
--- a/miscutils/dutmp.c
+++ b/miscutils/dutmp.c
@@ -14,7 +14,6 @@
14 14
15#include "internal.h" 15#include "internal.h"
16#include <sys/types.h> 16#include <sys/types.h>
17#include <sys/stat.h>
18#include <fcntl.h> 17#include <fcntl.h>
19 18
20#include <errno.h> 19#include <errno.h>
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c
index 99dbc0bd5..c9802cca7 100644
--- a/miscutils/makedevs.c
+++ b/miscutils/makedevs.c
@@ -14,7 +14,6 @@
14#include <fcntl.h> 14#include <fcntl.h>
15#include <unistd.h> 15#include <unistd.h>
16#include <sys/types.h> 16#include <sys/types.h>
17#include <sys/stat.h>
18 17
19int makedevs_main(int argc, char **argv) 18int makedevs_main(int argc, char **argv)
20{ 19{