aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2019-01-08 17:04:53 +0100
committerFelix Morgner <felix.morgner@gmail.com>2019-01-08 17:04:53 +0100
commit04dd17a2001d858f2c4b91cd9e908ec99ef63d83 (patch)
tree6e012966c567d946bd0888ae99d9bfc4b0c28f4e
parente4108231e130db5653eb0c4c57748373e68be8dc (diff)
downloadwanda-04dd17a2001d858f2c4b91cd9e908ec99ef63d83.tar.xz
wanda-04dd17a2001d858f2c4b91cd9e908ec99ef63d83.zip
filesystem: remove unused include
-rw-r--r--src/wanda/filesystem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wanda/filesystem.cpp b/src/wanda/filesystem.cpp
index 0cf4607..d94894a 100644
--- a/src/wanda/filesystem.cpp
+++ b/src/wanda/filesystem.cpp
@@ -1,6 +1,5 @@
#include <wanda/filesystem.hpp>
-// #include <boost/iterator/filter_iterator.hpp>
#include <range/v3/all.hpp>
#include <random>