mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
Move logger to common/logging/common.h
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "../../common/communication/vst2.h"
|
||||
#include "../../common/configuration.h"
|
||||
#include "../../common/logging.h"
|
||||
#include "../../common/logging/common.h"
|
||||
#include "../host-process.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <thread>
|
||||
|
||||
#include "../common/communication/common.h"
|
||||
#include "../common/logging.h"
|
||||
#include "../common/logging/common.h"
|
||||
#include "../common/plugins.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
|
||||
#include "../common/logging.h"
|
||||
#include "../common/logging/common.h"
|
||||
#include "bridges/vst2.h"
|
||||
|
||||
#define VST_EXPORT __attribute__((visibility("default")))
|
||||
|
||||
Reference in New Issue
Block a user