]> sigrok.org Git - libsigrok.git/blobdiff - hardware/common/serial.c
serial.c: Drop unneeded <glob.h>.
[libsigrok.git] / hardware / common / serial.c
index 5490608ceeb5dffa92cf3e82ad8fb53f70c82968..306b889c7db007cdd052733776a5229841e56e35 100644 (file)
@@ -27,7 +27,6 @@
 #ifdef _WIN32
 #include <windows.h>
 #else
-#include <glob.h>
 #include <termios.h>
 #include <sys/ioctl.h>
 #endif