diff options
| author | Evgeny Kravchenko <cravchik@yandex.ru> | 2019-06-19 14:26:21 +1000 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-06-27 20:01:55 -0700 |
| commit | 08803681fa85fa4bd5b24360203127d6ad70919e (patch) | |
| tree | 9fc7fb873fbb0d23329646eceb8960e55e5d2c37 /demo/raw | |
| parent | c7597b5a06eed0f2c889f01f9f15a495ba262a3b (diff) | |
| download | nng-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.
Diffstat (limited to 'demo/raw')
| -rw-r--r-- | demo/raw/raw.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |
