diff options
| author | Garrett D'Amore <garrett@damore.org> | 2023-12-17 10:00:52 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2023-12-17 10:00:52 -0800 |
| commit | ca6323109ba0c76e13ed629350348dfc6d144932 (patch) | |
| tree | 5d6da790bdee3332d66b29b2f3ffbf0c3638aed1 /src/core/nng_impl.h | |
| parent | dc499882e82827f39a77669fb7dc5cd7a70aaf40 (diff) | |
| download | nng-ca6323109ba0c76e13ed629350348dfc6d144932.tar.gz nng-ca6323109ba0c76e13ed629350348dfc6d144932.tar.bz2 nng-ca6323109ba0c76e13ed629350348dfc6d144932.zip | |
fixes #1729 remove nni_timer
Diffstat (limited to 'src/core/nng_impl.h')
| -rw-r--r-- | src/core/nng_impl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/nng_impl.h b/src/core/nng_impl.h index 15db8d16..0eceaf0b 100644 --- a/src/core/nng_impl.h +++ b/src/core/nng_impl.h @@ -1,5 +1,5 @@ // -// Copyright 2021 Garrett D'Amore <garrett@damore.org> +// Copyright 2023 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2017 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a @@ -45,7 +45,6 @@ #include "core/strs.h" #include "core/taskq.h" #include "core/thread.h" -#include "core/timer.h" #include "core/url.h" // transport needs to come after url |
