From 73d9f5f9b818ecc71789353216c807b0db68b91c Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 27 Apr 2021 20:46:08 +0200 Subject: [PATCH] Remove unnecessary include --- src/wine-host/bridges/vst3.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wine-host/bridges/vst3.cpp b/src/wine-host/bridges/vst3.cpp index 07812ec4..c9fd0708 100644 --- a/src/wine-host/bridges/vst3.cpp +++ b/src/wine-host/bridges/vst3.cpp @@ -16,8 +16,6 @@ #include "vst3.h" -#include "../boost-fix.h" - #include "vst3-impls/component-handler-proxy.h" #include "vst3-impls/connection-point-proxy.h" #include "vst3-impls/context-menu-proxy.h"