mirror of
https://github.com/Silicondust/libhdhomerun
synced 2025-08-20 21:43:27 -07:00
don't include sys/timeb.h now that ftime() is not used anymore
This silences related compiler warnings.
This commit is contained in:
parent
7e9d651b5f
commit
ef02fc3e17
2 changed files with 0 additions and 2 deletions
|
@ -30,7 +30,6 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/timeb.h>
|
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
|
|
|
@ -44,7 +44,6 @@
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/timeb.h>
|
|
||||||
|
|
||||||
#ifdef LIBHDHOMERUN_DLLEXPORT
|
#ifdef LIBHDHOMERUN_DLLEXPORT
|
||||||
#define LIBHDHOMERUN_API __declspec(dllexport)
|
#define LIBHDHOMERUN_API __declspec(dllexport)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue