mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-17 00:43:56 +02:00
Move communication.h to communication/vst2.h
This commit is contained in:
@@ -21,7 +21,9 @@
|
||||
#include <boost/process/environment.hpp>
|
||||
#include <regex>
|
||||
|
||||
#include "../../common/communication.h"
|
||||
// TODO: Change this to commucation/common.h after refactoring, and do the same
|
||||
// thing in other places where we don't need everything from VST2
|
||||
#include "../../common/communication/vst2.h"
|
||||
|
||||
// FIXME: `std::filesystem` is broken in wineg++, at least under Wine 5.8. Any
|
||||
// path operation will thrown an encoding related error
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <iostream>
|
||||
#include <set>
|
||||
|
||||
#include "../../common/communication.h"
|
||||
#include "../../common/communication/vst2.h"
|
||||
|
||||
/**
|
||||
* A function pointer to what should be the entry point of a VST plugin.
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include <boost/asio/local/stream_protocol.hpp>
|
||||
#include <mutex>
|
||||
|
||||
#include "../../common/communication.h"
|
||||
#include "../../common/communication/vst2.h"
|
||||
#include "../../common/configuration.h"
|
||||
#include "../../common/logging.h"
|
||||
#include "../editor.h"
|
||||
|
||||
Reference in New Issue
Block a user