aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Kravchenko <cravchik@yandex.ru>2019-06-19 14:26:21 +1000
committerGarrett D'Amore <garrett@damore.org>2019-06-27 20:01:55 -0700
commit08803681fa85fa4bd5b24360203127d6ad70919e (patch)
tree9fc7fb873fbb0d23329646eceb8960e55e5d2c37
parentc7597b5a06eed0f2c889f01f9f15a495ba262a3b (diff)
downloadnng-08803681fa85fa4bd5b24360203127d6ad70919e.tar.gz
nng-08803681fa85fa4bd5b24360203127d6ad70919e.tar.bz2
nng-08803681fa85fa4bd5b24360203127d6ad70919e.zip
Remove redundant <sys/time.h> include. It is not used but prevents demos from being compiled on Windows.
-rw-r--r--demo/async/client.c1
-rw-r--r--demo/async/server.c1
-rw-r--r--demo/raw/raw.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/demo/async/client.c b/demo/async/client.c
index f236cc92..a7fbb6d9 100644
--- a/demo/async/client.c
+++ b/demo/async/client.c
@@ -23,7 +23,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/time.h>
#include <time.h>
#include <nng/nng.h>
diff --git a/demo/async/server.c b/demo/async/server.c
index fe884b3e..528926e6 100644
--- a/demo/async/server.c
+++ b/demo/async/server.c
@@ -30,7 +30,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/time.h>
#include <time.h>
#include <nng/nng.h>
diff --git a/demo/raw/raw.c b/demo/raw/raw.c
index bc68ef40..5149627c 100644
--- a/demo/raw/raw.c
+++ b/demo/raw/raw.c
@@ -27,7 +27,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/time.h>
#include <time.h>
#include <nng/nng.h>