diff options
author | Ali H. Fardan <raiz@firemail.cc> | 2016-09-01 21:02:17 +0300 |
---|---|---|
committer | Ali H. Fardan <raiz@firemail.cc> | 2016-09-01 21:02:17 +0300 |
commit | 9e92d41db54b5c1128505ed778aa0feb9dd6457f (patch) | |
tree | 8cf7637fae331259162b43dbb48b6b176601e4c7 | |
parent | aa70b6633016ed35f9fa3d91c26751e973ac5d63 (diff) |
removed unneeded headers
-rw-r--r-- | slstatus.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,12 +1,10 @@ /* See LICENSE file for copyright and license details. */ #include <alsa/asoundlib.h> -#include <arpa/inet.h> #include <fcntl.h> #include <ifaddrs.h> #include <limits.h> #include <linux/wireless.h> -#include <locale.h> #include <netdb.h> #include <pwd.h> #include <stdarg.h> |