diff options
| author | Garrett D'Amore <garrett@damore.org> | 2021-07-22 00:57:13 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2021-07-22 00:57:13 -0700 |
| commit | 9f0fcbd84a6ee3655f55629ed4b01d13647ac0c9 (patch) | |
| tree | ba850aa64c8ae94f50c093edce2ae44a6e1e7b6a /src/core/nng_impl.h | |
| parent | f59f322c796ac81c2dea402d0955f6d3718c7b19 (diff) | |
| download | nng-9f0fcbd84a6ee3655f55629ed4b01d13647ac0c9.tar.gz nng-9f0fcbd84a6ee3655f55629ed4b01d13647ac0c9.tar.bz2 nng-9f0fcbd84a6ee3655f55629ed4b01d13647ac0c9.zip | |
Remove extra wrapper for platform clock support.
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 a9e5560d..15db8d16 100644 --- a/src/core/nng_impl.h +++ b/src/core/nng_impl.h @@ -1,5 +1,5 @@ // -// Copyright 2017 Garrett D'Amore <garrett@damore.org> +// Copyright 2021 Garrett D'Amore <garrett@damore.org> // Copyright 2017 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a @@ -27,7 +27,6 @@ #include "core/platform.h" #include "core/aio.h" -#include "core/clock.h" #include "core/device.h" #include "core/file.h" #include "core/idhash.h" |
