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
1 changed files with 0 additions and 3 deletions

View File

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