mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 21:15:51 +02:00
Move logger to common/logging/common.h
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include <boost/asio/write.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
|
||||
#include "../logging.h"
|
||||
#include "../logging/common.h"
|
||||
|
||||
template <typename B>
|
||||
using OutputAdapter = bitsery::OutputBufferAdapter<B>;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <atomic>
|
||||
|
||||
#include "../logging.h"
|
||||
#include "../logging/common.h"
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user