]> sigrok.org Git - libsigrok.git/commit
libsigrok: Fix #includes.
authorUwe Hermann <redacted>
Wed, 28 Dec 2011 22:07:08 +0000 (23:07 +0100)
committerUwe Hermann <redacted>
Wed, 28 Dec 2011 22:07:08 +0000 (23:07 +0100)
commitb7f09cf86dd57a59dc1bdece2cac9e4a176900b1
tree0e4fc7049bec17f18ec82b3f86ebbb05b68f90f7
parenta0ecd83bc6e07ea412db5cd0108d50d89e36df8f
libsigrok: Fix #includes.

In the lib, we should only #include "sigrok.h" or "sigrok-internal.h",
but not the (possibly installed and thus different/older versions) via
<sigrok.h> or <sigrok-internal.h>.

Frontends should of course use <sigrok.h> and <sigrok-internal.h>.
23 files changed:
Makefile.am
backend.c
datastore.c
device.c
filter.c
hardware/alsa/alsa.c
hardware/asix-sigma/asix-sigma.c
hardware/chronovu-la8/chronovu-la8.c
hardware/common/ezusb.c
hardware/common/serial.c
hardware/demo/demo.c
hardware/link-mso19/link-mso19.c
hardware/openbench-logic-sniffer/ols.c
hardware/saleae-logic/saleae-logic.c
hardware/saleae-logic/saleae-logic.h
hardware/zeroplus-logic-cube/gl_usb.c
hardware/zeroplus-logic-cube/zeroplus.c
hwplugin.c
log.c
session.c
session_driver.c
session_file.c
strutil.c