libc: remove unneeded #include <auth.h> for crypt() and netcrypt()

This commit is contained in:
cinap_lenrek 2016-04-13 01:06:34 +02:00
parent 1787584ad8
commit 68411b98a0
2 changed files with 0 additions and 2 deletions

View file

@ -9,7 +9,6 @@
*/ */
#include <u.h> #include <u.h>
#include <libc.h> #include <libc.h>
#include <auth.h>
#include <libsec.h> #include <libsec.h>
/* /*

View file

@ -1,6 +1,5 @@
#include <u.h> #include <u.h>
#include <libc.h> #include <libc.h>
#include <auth.h>
int int
netcrypt(void *key, void *chal) netcrypt(void *key, void *chal)