removed double include
This commit is contained in:
parent
be4edb3fe6
commit
bba89501c1
1 changed files with 2 additions and 3 deletions
|
@ -40,12 +40,11 @@
|
|||
#include "global.hpp"
|
||||
|
||||
#include "config.hpp"
|
||||
#include "log.hpp"
|
||||
#include "network.hpp"
|
||||
#include "random.hpp"
|
||||
#include "rng.hpp"
|
||||
#include "simple_rng.hpp"
|
||||
#include "log.hpp"
|
||||
#include "rng.hpp"
|
||||
#include "network.hpp"
|
||||
|
||||
static lg::log_domain log_random("random");
|
||||
#define DBG_RND LOG_STREAM(debug, log_random)
|
||||
|
|
Loading…
Add table
Reference in a new issue