diff options
| -rw-r--r-- | demo/async/client.c | 1 | ||||
| -rw-r--r-- | demo/async/server.c | 1 | ||||
| -rw-r--r-- | demo/raw/raw.c | 1 |
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> |
