Move logging code to common folder.
This commit is contained in:
parent
98e7308597
commit
36a612af9a
22 changed files with 28 additions and 29 deletions
|
@ -31,13 +31,13 @@
|
|||
|
||||
|
||||
#include "api/Api.h"
|
||||
#include "common/log/Log.h"
|
||||
#include "common/net/Client.h"
|
||||
#include "common/net/strategies/FailoverStrategy.h"
|
||||
#include "common/net/strategies/SinglePoolStrategy.h"
|
||||
#include "common/net/SubmitResult.h"
|
||||
#include "core/Config.h"
|
||||
#include "core/Controller.h"
|
||||
#include "log/Log.h"
|
||||
#include "net/Network.h"
|
||||
#include "net/strategies/DonateStrategy.h"
|
||||
#include "workers/Workers.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue