diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-04-03 21:46:33 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-04-03 21:46:33 +0200 |
commit | 432c11c0b4fd13b050bcb7ec5569602627348660 (patch) | |
tree | e38830d7776240039d7863620ed42c1f94366c5e /sys/src/libc | |
parent | 182ed8a2b5acf59cbf6f0e3812b8416c03c823e8 (diff) |
pushtls: remove unneccesary include <auth.h> (from sources)
Diffstat (limited to 'sys/src/libc')
-rw-r--r-- | sys/src/libc/9sys/pushtls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/libc/9sys/pushtls.c b/sys/src/libc/9sys/pushtls.c index 038aad748..345c6b030 100644 --- a/sys/src/libc/9sys/pushtls.c +++ b/sys/src/libc/9sys/pushtls.c @@ -1,6 +1,5 @@ #include <u.h> #include <libc.h> -#include <auth.h> #include <mp.h> #include <libsec.h> |