diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-13 01:06:34 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-13 01:06:34 +0200 |
commit | 68411b98a01bbd645ac783c486aa58e8d2e6a124 (patch) | |
tree | 52effb7baaee694445c74e385a4b3982ff43b385 /sys/src/libc/port/crypt.c | |
parent | 1787584ad839002584e0752e4df41b6f3b70064b (diff) |
libc: remove unneeded #include <auth.h> for crypt() and netcrypt()
Diffstat (limited to 'sys/src/libc/port/crypt.c')
-rw-r--r-- | sys/src/libc/port/crypt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/libc/port/crypt.c b/sys/src/libc/port/crypt.c index 0524c9422..b5518419c 100644 --- a/sys/src/libc/port/crypt.c +++ b/sys/src/libc/port/crypt.c @@ -9,7 +9,6 @@ */ #include <u.h> #include <libc.h> -#include <auth.h> #include <libsec.h> /* |