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/srv.c | |
parent | f6509078ed9d03b71c945b19cdda5c882cb1e78d (diff) |
lib9p: remove unneccesary headers
Diffstat (limited to 'sys/src/lib9p/srv.c')
-rw-r--r-- | sys/src/lib9p/srv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/lib9p/srv.c b/sys/src/lib9p/srv.c index 5e82b5603..63475ab66 100644 --- a/sys/src/lib9p/srv.c +++ b/sys/src/lib9p/srv.c @@ -1,6 +1,5 @@ #include <u.h> #include <libc.h> -#include <auth.h> #include <fcall.h> #include <thread.h> #include <9p.h> |