summaryrefslogtreecommitdiffstats
path: root/term-utils/wall.c
diff options
context:
space:
mode:
authorKarel Zak2016-12-08 16:09:15 +0100
committerKarel Zak2016-12-08 16:09:15 +0100
commit63d41c0ac0e8c77a74e216a2cbfae86c4cef8138 (patch)
tree0adbac9eb5af80462c91d97d794811ed12e88e33 /term-utils/wall.c
parentlibmount: use x-systemd options as X-* (diff)
downloadkernel-qcow2-util-linux-63d41c0ac0e8c77a74e216a2cbfae86c4cef8138.tar.gz
kernel-qcow2-util-linux-63d41c0ac0e8c77a74e216a2cbfae86c4cef8138.tar.xz
kernel-qcow2-util-linux-63d41c0ac0e8c77a74e216a2cbfae86c4cef8138.zip
wall: remove unnecessary include
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'term-utils/wall.c')
-rw-r--r--term-utils/wall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/term-utils/wall.c b/term-utils/wall.c
index 0b7f52245..481af7271 100644
--- a/term-utils/wall.c
+++ b/term-utils/wall.c
@@ -60,7 +60,6 @@
#include <getopt.h>
#include <sys/types.h>
#include <grp.h>
-#include <linux/sysctl.h>
#include "nls.h"
#include "xalloc.h"