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:
parent
13efecf888
commit
e4f44cf5f2
|
@ -85,9 +85,6 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include <stddef.h>
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
/** Return values. */
|
||||
enum sp_return {
|
||||
|
|
Loading…
Reference in New Issue