]> sigrok.org Git - libsigrok.git/commitdiff
ols: Don't #include <libserialport.h> directly.
authorUwe Hermann <redacted>
Sat, 25 Jul 2015 14:59:04 +0000 (16:59 +0200)
committerUwe Hermann <redacted>
Sat, 25 Jul 2015 14:59:04 +0000 (16:59 +0200)
The driver is not using sp_* calls directly, so no need to #include
the header file.

src/hardware/openbench-logic-sniffer/api.c
src/hardware/openbench-logic-sniffer/protocol.c

index 4abc929a24b0824673303971afe92cc45b3b2e4f..283d019ce99916c1621cfe4e0d4e2c26e856b174 100644 (file)
@@ -17,7 +17,6 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <libserialport.h>
 #include "protocol.h"
 
 #define SERIALCOMM "115200/8n1"
index 9082ec1851fcd160bae1e6b4c2d5c434e8db9bba..75e0c8a6194123401f75727904762ed88daeea41 100644 (file)
@@ -17,7 +17,6 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <libserialport.h>
 #include "protocol.h"
 
 extern SR_PRIV struct sr_dev_driver ols_driver_info;