summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.c
diff options
context:
space:
mode:
authorKarel Zak2017-05-31 09:18:10 +0200
committerKarel Zak2017-05-31 09:18:10 +0200
commit682fd25dea93ba34002cfe48744a66b2dc130b4f (patch)
tree9440e5445216c129cbcbf41a3684743d4a82e7b9 /sys-utils/dmesg.c
parentlib/colors: fix test compilation (diff)
downloadkernel-qcow2-util-linux-682fd25dea93ba34002cfe48744a66b2dc130b4f.tar.gz
kernel-qcow2-util-linux-682fd25dea93ba34002cfe48744a66b2dc130b4f.tar.xz
kernel-qcow2-util-linux-682fd25dea93ba34002cfe48744a66b2dc130b4f.zip
dmesg: remove unnecessary header
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/dmesg.c')
-rw-r--r--sys-utils/dmesg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c
index 6bd4a4a89..3263c3a06 100644
--- a/sys-utils/dmesg.c
+++ b/sys-utils/dmesg.c
@@ -6,7 +6,6 @@
*
* This program comes with ABSOLUTELY NO WARRANTY.
*/
-#include <linux/unistd.h>
#include <stdio.h>
#include <getopt.h>
#include <stdlib.h>