Skip to content

Commit 026cdc1

Browse files
committed
Remove extraneous headers
1 parent fff43d3 commit 026cdc1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/osvr/USBSerial/USBSerialDevInfo_MacOSX.h

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,12 @@
2626
// Internal Includes
2727
#include "USBSerialDevInfo.h"
2828

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
4329

4430
// System includes
4531
#include <CoreFoundation/CoreFoundation.h>
4632
#include <IOKit/IOKitLib.h>
4733
#include <IOKit/IOKitKeys.h>
4834
#include <IOKit/serial/IOSerialKeys.h>
49-
#include <IOKit/usb/IOUSBLib.h>
5035

5136
namespace osvr {
5237
namespace usbserial {

0 commit comments

Comments
 (0)