diff options
author | Aaron Marcher <me@drkhsh.at> | 2018-03-28 18:14:08 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-03-28 18:14:08 +0200 |
commit | 439ce133a52ee9ac38fe12e6bd9446b508227854 (patch) | |
tree | a3dd981fb6d24b539fdcba50e03cb6cfabf632d0 /slstatus.c | |
parent | 9dfd1c4650ec150b9f19d335a4f1cc04a7c93e86 (diff) |
Remove unnecessary headers
Diffstat (limited to 'slstatus.c')
-rw-r--r-- | slstatus.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,6 +1,4 @@ /* See LICENSE file for copyright and license details. */ -#include <err.h> -#include <errno.h> #include <locale.h> #include <signal.h> #include <stdio.h> |