commit | fec556672a91df346f79ab3727b556ace25dff0d | [log] [tgz] |
---|---|---|
author | Anders Larsen <al@alarsen.net> | Sun Jan 13 15:02:00 2013 |
committer | Thomas Jarosch <thomas.jarosch@intra2net.com> | Tue Jan 15 16:47:02 2013 |
tree | 7b422c12b26278fc86eafed883febed8562e7a32 | |
parent | 1383a2c4d1c056f3ac17ee15ed21e9aab03db1cc [diff] |
Don't #include <libusb.h> from ftdi.h Libusb is used internally but (normally) not needed by an application directly, so don't include <libusb.h> from the exposed interface header. Signed-off-by: Anders Larsen <al@alarsen.net>