From 40408570740498f2d9efa1f9259065cef894dc86 Mon Sep 17 00:00:00 2001 From: sin Date: Sat, 25 Jan 2014 22:31:18 +0000 Subject: [PATCH] Remove unused header from dmesg(1) --- dmesg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dmesg.c b/dmesg.c index eac5358..35a36ba 100644 --- a/dmesg.c +++ b/dmesg.c @@ -4,7 +4,6 @@ #include #include #include -#include "grabmntinfo.h" #include "util.h" static int dmesg_show(int fd, const void *buf, size_t n);