Move communication.h to communication/vst2.h

This commit is contained in:
Robbert van der Helm
2020-11-29 13:43:15 +01:00
parent 28fe0ecd60
commit 46bc0301af
11 changed files with 20 additions and 16 deletions
@@ -14,11 +14,11 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "communication.h"
#include "vst2.h"
#include <random>
#include "utils.h"
#include "../utils.h"
namespace fs = boost::filesystem;
@@ -30,7 +30,7 @@
#include <boost/asio/write.hpp>
#include <boost/filesystem.hpp>
#include "logging.h"
#include "../logging.h"
template <typename B>
using OutputAdapter = bitsery::OutputBufferAdapter<B>;
+2
View File
@@ -20,6 +20,8 @@
#include <optional>
#include <ostream>
// TODO: Split up the plugin API specific logging functions so we don't have to
// include a bunch of stuff we don't need
#include "serialization/vst2.h"
/**