mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 12:30:00 +02:00
Move the plugin interfaces to a subdirectory
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
#include <pluginterfaces/vst/ivstcomponent.h>
|
||||
|
||||
#include "../common.h"
|
||||
#include "audio-processor.h"
|
||||
#include "base.h"
|
||||
#include "component.h"
|
||||
#include "host-application.h"
|
||||
#include "plugin-base.h"
|
||||
#include "plugin/audio-processor.h"
|
||||
#include "plugin/component.h"
|
||||
#include "plugin/plugin-base.h"
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
|
||||
|
||||
Reference in New Issue
Block a user