Skip to content
Snippets Groups Projects
Commit beb4e78e authored by Lance Gilbert's avatar Lance Gilbert
Browse files

Removed unnessecary include and moved comment

parent e5ad3e06
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include "libwebsockets.h" // Lazy portable way to get gettimeofday()
#include "usbdevice.h" #include "usbdevice.h"
#include <iostream> #include <iostream>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "rapidjson/document.h" #include "rapidjson/document.h"
#include "opc.h" #include "opc.h"
#include <string> #include <string>
#include <libusb.h> #include <libusb.h> // Also brings in gettimeofday() in a portable way
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment