diff options
author | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-06-02 15:44:58 -0400 |
---|---|---|
committer | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-06-02 15:44:58 -0400 |
commit | fd2eb41e6433e72516ae149949b8b0050305293d (patch) | |
tree | 51c993342b3a1a66194e5c5a58359677cb6d9c2b /src/nix/hash.cc | |
parent | 343c20a404055d266227b7562f775f7fad37103f (diff) |
Move file-hash to content-address
Diffstat (limited to 'src/nix/hash.cc')
-rw-r--r-- | src/nix/hash.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/hash.cc b/src/nix/hash.cc index ec23b77bc..26bbcef1c 100644 --- a/src/nix/hash.cc +++ b/src/nix/hash.cc @@ -1,6 +1,6 @@ #include "command.hh" #include "hash.hh" -#include "file-hash.hh" +#include "content-address.hh" #include "legacy.hh" #include "shared.hh" #include "references.hh" |