From ef02fc3e1723827066f9e256b4190aeef4498ee2 Mon Sep 17 00:00:00 2001 From: Karl Dietz Date: Tue, 9 Feb 2016 21:27:35 +0100 Subject: [PATCH] don't include sys/timeb.h now that ftime() is not used anymore This silences related compiler warnings. --- hdhomerun_os_posix.h | 1 - hdhomerun_os_windows.h | 1 - 2 files changed, 2 deletions(-) diff --git a/hdhomerun_os_posix.h b/hdhomerun_os_posix.h index e20ee61..28d8736 100644 --- a/hdhomerun_os_posix.h +++ b/hdhomerun_os_posix.h @@ -30,7 +30,6 @@ #include #include #include -#include #include #include #include diff --git a/hdhomerun_os_windows.h b/hdhomerun_os_windows.h index ed8a6a2..33811e2 100644 --- a/hdhomerun_os_windows.h +++ b/hdhomerun_os_windows.h @@ -44,7 +44,6 @@ #include #include #include -#include #ifdef LIBHDHOMERUN_DLLEXPORT #define LIBHDHOMERUN_API __declspec(dllexport)