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
+1 -1
View File
@@ -20,7 +20,7 @@
#include <src/common/config/config.h>
#include <src/common/config/version.h>
#include "../../common/communication.h"
#include "../../common/communication/vst2.h"
#include "../../common/utils.h"
#include "../utils.h"