diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-05-01 17:03:03 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-05-01 17:03:03 +0200 |
commit | 57c21ae441d1b6af38ce310ffec87340488ed84b (patch) | |
tree | e2f8c718b7f90096d8a7e203dad662a84b91daaa /sys/src/lib9p/post.c | |
parent | f6509078ed9d03b71c945b19cdda5c882cb1e78d (diff) |
lib9p: remove unneccesary headers
Diffstat (limited to 'sys/src/lib9p/post.c')
-rw-r--r-- | sys/src/lib9p/post.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/lib9p/post.c b/sys/src/lib9p/post.c index 803d7646d..18ded63ba 100644 --- a/sys/src/lib9p/post.c +++ b/sys/src/lib9p/post.c @@ -3,7 +3,6 @@ #include <fcall.h> #include <thread.h> #include <9p.h> -#include <auth.h> static void postproc(void *v) |