Remove last traces of Boost.Filesystem from host

Missed this in e728dbe5a2.
This commit is contained in:
Robbert van der Helm
2020-05-17 16:18:08 +02:00
parent 994f3c9e38
commit 2f39650322
-4
View File
@@ -18,13 +18,9 @@
#include <iostream>
#include <boost/filesystem.hpp>
#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.
*/