From 4f37f8a320b045dd5c7c9cc0b84fe51a256e1a32 Mon Sep 17 00:00:00 2001
From: Karl Dietz <dekarl@mythtv.org>
Date: Sun, 8 Dec 2013 09:41:00 +0100
Subject: [PATCH 2/2] remove left over include from #8387

This silences the sys/timeb.h deprecation warnings on FreeBSD.
---
 mythtv/external/libhdhomerun/hdhomerun_os_posix.h  |    1 -
 .../external/libhdhomerun/hdhomerun_os_windows.h   |    1 -
 2 files changed, 2 deletions(-)

diff --git a/mythtv/external/libhdhomerun/hdhomerun_os_posix.h b/mythtv/external/libhdhomerun/hdhomerun_os_posix.h
index 3551694..7f5a392 100644
--- a/mythtv/external/libhdhomerun/hdhomerun_os_posix.h
+++ b/mythtv/external/libhdhomerun/hdhomerun_os_posix.h
@@ -42,7 +42,6 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/time.h>
-#include <sys/timeb.h>
 #include <sys/wait.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
diff --git a/mythtv/external/libhdhomerun/hdhomerun_os_windows.h b/mythtv/external/libhdhomerun/hdhomerun_os_windows.h
index 7daf32c..dcccd26 100644
--- a/mythtv/external/libhdhomerun/hdhomerun_os_windows.h
+++ b/mythtv/external/libhdhomerun/hdhomerun_os_windows.h
@@ -49,7 +49,6 @@
 #include <signal.h>
 #include <time.h>
 #include <sys/types.h>
-#include <sys/timeb.h>
 
 #if defined(DLL_IMPORT)
 #define LIBTYPE __declspec( dllimport )
-- 
1.7.9.5

