diff options
author | Dimitri <kvaciral@protonmail.com> | 2022-04-14 02:43:31 +0200 |
---|---|---|
committer | Dimitri <kvaciral@protonmail.com> | 2022-04-14 02:43:31 +0200 |
commit | e9d277131ca346cfd6120c7ef73623d20d1df6f8 (patch) | |
tree | 9b607fa982d2906bff994841bebbc71b298ad663 /src/random.cpp | |
parent | decde9bba6f9d3671bdf0af4fe6ff4bf28992d1d (diff) |
lint: Convert lint-logs.sh to Python
Diffstat (limited to 'src/random.cpp')
-rw-r--r-- | src/random.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/random.cpp b/src/random.cpp index b862510524..77d2ae4d43 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -13,7 +13,7 @@ #include <compat.h> // for Windows API #include <wincrypt.h> #endif -#include <logging.h> // for LogPrintf() +#include <logging.h> #include <randomenv.h> #include <support/allocators/secure.h> #include <sync.h> // for Mutex |