diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-01-01 17:57:12 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-01-01 17:57:12 -0800 |
| commit | 11985f8c59cccc0364bde7dd314e246ea53cff90 (patch) | |
| tree | c75c15db75b297817c10c9f2f6188aa767cbfa82 /src/core/nng_impl.h | |
| parent | ec7de57627a2bba8fadfb34d118ac478fbc351aa (diff) | |
| download | nng-11985f8c59cccc0364bde7dd314e246ea53cff90.tar.gz nng-11985f8c59cccc0364bde7dd314e246ea53cff90.tar.bz2 nng-11985f8c59cccc0364bde7dd314e246ea53cff90.zip | |
fixes #1083 Random number improvements
Diffstat (limited to 'src/core/nng_impl.h')
| -rw-r--r-- | src/core/nng_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/nng_impl.h b/src/core/nng_impl.h index 0dcc976f..cfcd0e08 100644 --- a/src/core/nng_impl.h +++ b/src/core/nng_impl.h @@ -40,7 +40,6 @@ #include "core/panic.h" #include "core/pollable.h" #include "core/protocol.h" -#include "core/random.h" #include "core/reap.h" #include "core/stats.h" #include "core/stream.h" |
