diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-08 01:15:32 +0200 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-08 02:42:50 +0200 |
commit | 39505e3c3b38c968396b503054a81ed9e2ea9909 (patch) | |
tree | fdbb11830e261cf8ee88e63848f8cb2713f47911 /src/boot | |
parent | 3906ab4adf0aa7b952e39100262a11acd55cd79b (diff) |
remove duplicated includes
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/bootctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index 001cfa76fd..29dcec7166 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -22,7 +22,6 @@ #include <stdio.h> #include <getopt.h> -#include <errno.h> #include <stdlib.h> #include <assert.h> #include <sys/statfs.h> |