Remove unused Boost includes

This commit is contained in:
practicalswift
2017-06-09 10:25:26 +02:00
parent 29f80cd230
commit 49de096c2a
28 changed files with 0 additions and 40 deletions

View File

@@ -1,7 +1,5 @@
#include "fs.h"
#include <boost/filesystem.hpp>
namespace fsbridge {
FILE *fopen(const fs::path& p, const char *mode)