aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-02-28 11:56:50 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2022-03-15 12:32:11 +0100
commit244baff2c7bc287b83377f1ed807a861fc705dac (patch)
treeaf6577c7f04ee56cd67f36dfc3ad1d3ca0cc2f71
parent34e20c164cd512c10af99803215e32889a6d965b (diff)
libfetchers: remove obsolete filesystem #include
-rw-r--r--src/libfetchers/path.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libfetchers/path.cc b/src/libfetchers/path.cc
index 2d5d7d58d..f0ef97da5 100644
--- a/src/libfetchers/path.cc
+++ b/src/libfetchers/path.cc
@@ -1,6 +1,5 @@
#include "fetchers.hh"
#include "store-api.hh"
-#include <filesystem>
#include "archive.hh"
namespace nix::fetchers {