From 2f3965032293e9305f6d6a4cc2afea1539b11df9 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 17 May 2020 16:18:08 +0200 Subject: [PATCH] Remove last traces of Boost.Filesystem from host Missed this in e728dbe5a2262d9df931c93c651b053d7a80b5e5. --- src/wine-host/wine-bridge.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/wine-host/wine-bridge.cpp b/src/wine-host/wine-bridge.cpp index 800339b4..2adc9f39 100644 --- a/src/wine-host/wine-bridge.cpp +++ b/src/wine-host/wine-bridge.cpp @@ -18,13 +18,9 @@ #include -#include - #include "../common/communication.h" #include "../common/events.h" -namespace fs = boost::filesystem; - /** * A function pointer to what should be the entry point of a VST plugin. */