diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-10 20:24:20 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-10 20:24:20 +0200 |
commit | d71cf7ff1be5fe153dbee4ab8ea646dcd23406e0 (patch) | |
tree | ca4af21f19ec1c6107f2b7b130c680cfac03d39b /sys/src/libauth/auth_respond.c | |
parent | 44cbb293088840d5813a69c6dc850b0444c4e27b (diff) |
libauth: remove unneeded includes for authsrv.h, avoid pulling in dependency for rerrstr()
Diffstat (limited to 'sys/src/libauth/auth_respond.c')
-rw-r--r-- | sys/src/libauth/auth_respond.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/libauth/auth_respond.c b/sys/src/libauth/auth_respond.c index 910f06b28..bc9fd2034 100644 --- a/sys/src/libauth/auth_respond.c +++ b/sys/src/libauth/auth_respond.c @@ -1,7 +1,6 @@ #include <u.h> #include <libc.h> #include <auth.h> -#include <authsrv.h> #include "authlocal.h" enum { |