mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
break circular dependency: random/sync -> util -> random/sync
This commit is contained in:
parent
3b84ebb5bc
commit
84f41946b9
2 changed files with 8 additions and 5 deletions
|
|
@ -11,14 +11,15 @@
|
|||
#include <compat.h> // for Windows API
|
||||
#include <wincrypt.h>
|
||||
#endif
|
||||
#include <util.h> // for LogPrint()
|
||||
#include <utilstrencodings.h> // for GetTime()
|
||||
#include <logging.h> // for LogPrint()
|
||||
#include <utiltime.h> // for GetTime()
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <chrono>
|
||||
#include <thread>
|
||||
|
||||
#ifndef WIN32
|
||||
#include <fcntl.h>
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue