From 4831df15b8cb320b2663af795047d37c19fc6eb4 Mon Sep 17 00:00:00 2001
From: Stefano Miccoli <mocme@icloud.com>
Date: Tue, 25 Aug 2015 14:45:20 +0000
Subject: [PATCH] quick fix for usb header

---
 module/owlib/src/include/ow_usb_cycle.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/module/owlib/src/include/ow_usb_cycle.h b/module/owlib/src/include/ow_usb_cycle.h
index e9979de..c0f30d0 100644
--- a/module/owlib/src/include/ow_usb_cycle.h
+++ b/module/owlib/src/include/ow_usb_cycle.h
@@ -54,8 +54,6 @@
 #define OW_USB_CYCLE_H
 
 #if OW_USB
-#include <sys/types.h> // Mac needs this before <usb.h> according to Peter Peter Radcliffe's work
-#include <usb.h>
 
 /* All the rest of the code sees is the DS9490_detect routine and the iroutine structure */
 
-- 
2.6.2

