libfetchers: remove obsolete filesystem #include

This commit is contained in:
Maximilian Bosch 2022-02-28 11:56:50 +01:00
parent 34e20c164c
commit 244baff2c7
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -1,6 +1,5 @@
#include "fetchers.hh"
#include "store-api.hh"
#include <filesystem>
#include "archive.hh"
namespace nix::fetchers {