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
+3 -1
View File
@@ -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