We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff43d3 commit 026cdc1Copy full SHA for 026cdc1
src/osvr/USBSerial/USBSerialDevInfo_MacOSX.h
@@ -26,27 +26,12 @@
26
// Internal Includes
27
#include "USBSerialDevInfo.h"
28
29
-// Library/third-party includes
30
-#include <boost/filesystem.hpp>
31
-#include <boost/range/iterator_range.hpp>
32
-#include <boost/algorithm/string.hpp>
33
-
34
-// Standard includes
35
-#include <iostream>
36
-#include <vector>
37
-#include <string>
38
-#include <fstream>
39
40
-#include <fcntl.h> // for O_NONBLOCK
41
-#include <sys/ioctl.h> // for ioctl
42
-#include <unistd.h> // for open, close
43
44
// System includes
45
#include <CoreFoundation/CoreFoundation.h>
46
#include <IOKit/IOKitLib.h>
47
#include <IOKit/IOKitKeys.h>
48
#include <IOKit/serial/IOSerialKeys.h>
49
-#include <IOKit/usb/IOUSBLib.h>
50
51
namespace osvr {
52
namespace usbserial {
0 commit comments