]> sigrok.org Git - libserialport.git/commitdiff
libserialport.h.in: Drop unneeded <windows.h> #include.
authorUwe Hermann <redacted>
Wed, 15 Apr 2015 23:05:04 +0000 (01:05 +0200)
committerUwe Hermann <redacted>
Sun, 19 Apr 2015 16:15:29 +0000 (18:15 +0200)
This is not needed and would pollute the namespace of every
libserialport user on Windows.

libserialport.h.in

index d945d4f06ff096c173c18a7f1f58fb90cbff02ec..0b46497c477dfd6ef3573d6aeb6c9db9266e3e18 100644 (file)
@@ -85,9 +85,6 @@ extern "C" {
 #endif
 
 #include <stddef.h>
-#ifdef _WIN32
-#include <windows.h>
-#endif
 
 /** Return values. */
 enum sp_return {