biocpp / biocpp-io

BioC++ Input/Output library
https://biocpp.github.io
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

[FIX] Replace include `<seqan3/std/filesystem>` with `<filesystem>` #29

Closed Irallia closed 2 years ago

Irallia commented 2 years ago

Replace #include <seqan3/std/filesystem> with #include <filesystem>. With the update of the seqan3 submodule <seqan3/std/filesystem> is not needed anymore.

h-2 commented 2 years ago

The formatting change is against the style, can you revert that?