nusb: dont include <bio.h>, we'r not using it (thanks erik)

This commit is contained in:
cinap_lenrek 2014-04-19 16:18:39 +02:00
parent 8d0e4cf37b
commit b94c766fef
3 changed files with 0 additions and 3 deletions

View file

@ -1,7 +1,6 @@
#include <u.h>
#include <libc.h>
#include <thread.h>
#include <bio.h>
#include "usb.h"
int usbdebug;

View file

@ -1,7 +1,6 @@
#include <u.h>
#include <libc.h>
#include <thread.h>
#include <bio.h>
#include "usb.h"
int

View file

@ -1,7 +1,6 @@
#include <u.h>
#include <libc.h>
#include <thread.h>
#include <bio.h>
#include <auth.h>
#include <fcall.h>
#include <9p.h>