diff options
author | libdlo <libdlo@displaylink.com> | 2009-05-14 09:10:42 -0700 |
---|---|---|
committer | libdlo <libdlo@displaylink.com> | 2009-05-14 09:10:42 -0700 |
commit | 3734332a858a9ac0c08496465bade085975bfcd1 (patch) | |
tree | 18573f3aec023ec30c65694c83d455e831882add | |
parent | de50caa4fef98d53a65ed5523c0d92ee94e45cc1 (diff) |
error.h wasn't needed, and wasn't present on all systems
-rw-r--r-- | src/dlo_usb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dlo_usb.c b/src/dlo_usb.c index 71d83d0..5c12ee3 100644 --- a/src/dlo_usb.c +++ b/src/dlo_usb.c @@ -22,7 +22,6 @@ #include <string.h>
#include "netinet/in.h"
-#include "error.h" /* from libusb */
#include "dlo_defs.h"
#include "dlo_usb.h"
#include "dlo_base.h"
|