1
0
mirror of git://sigrok.org/libserialport synced 2023-08-10 21:13:24 +03:00

libserialport.h.in: Drop unneeded <windows.h> #include.

This is not needed and would pollute the namespace of every
libserialport user on Windows.
This commit is contained in:
Uwe Hermann 2015-04-16 01:05:04 +02:00
parent 13efecf888
commit e4f44cf5f2

View File

@ -85,9 +85,6 @@ extern "C" {
#endif #endif
#include <stddef.h> #include <stddef.h>
#ifdef _WIN32
#include <windows.h>
#endif
/** Return values. */ /** Return values. */
enum sp_return { enum sp_return {