ols: Don't #include <libserialport.h> directly.

The driver is not using sp_* calls directly, so no need to #include
the header file.
This commit is contained in:
Uwe Hermann 2015-07-25 16:59:04 +02:00
parent e6b8f35fa7
commit a394bd2813
2 changed files with 0 additions and 2 deletions

View 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"

View 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;