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 | aced8326228ea3cf1673828a6e488b8f75108f45 (patch) | |
tree | a3dd981fb6d24b539fdcba50e03cb6cfabf632d0 /slstatus.c | |
parent | 198df15d83d41fddca5b639bea398349ec0ec534 (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> |