aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/canon-path.cc
diff options
context:
space:
mode:
authorTom Hubrecht <github@mail.hubrecht.ovh>2024-05-28 11:52:13 +0200
committerTom Hubrecht <github@mail.hubrecht.ovh>2024-05-29 09:54:47 +0200
commit6b5078c81554ddb36547f8c41805cc94b7738396 (patch)
tree0e0c3552d9d397920326b6e21cff278c4b272935 /src/libutil/canon-path.cc
parent81bdf8d2d672e135e68745e6975ad5edafadf13a (diff)
util.{hh,cc}: Split out file-system.{hh,cc}
Change-Id: Ifa89a529e7e34e7291eca87d802d2f569cf2493e
Diffstat (limited to 'src/libutil/canon-path.cc')
-rw-r--r--src/libutil/canon-path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/canon-path.cc b/src/libutil/canon-path.cc
index 040464532..f678fae94 100644
--- a/src/libutil/canon-path.cc
+++ b/src/libutil/canon-path.cc
@@ -1,5 +1,5 @@
#include "canon-path.hh"
-#include "util.hh"
+#include "file-system.hh"
namespace nix {