nusb: dont include <bio.h>, we'r not using it (thanks erik)
This commit is contained in:
parent
8d0e4cf37b
commit
b94c766fef
3 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
#include <u.h>
|
||||
#include <libc.h>
|
||||
#include <thread.h>
|
||||
#include <bio.h>
|
||||
#include "usb.h"
|
||||
|
||||
int usbdebug;
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#include <u.h>
|
||||
#include <libc.h>
|
||||
#include <thread.h>
|
||||
#include <bio.h>
|
||||
#include "usb.h"
|
||||
|
||||
int
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue