diff options
Diffstat (limited to 'third_party/nix/src/libstore/references.hh')
-rw-r--r-- | third_party/nix/src/libstore/references.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/nix/src/libstore/references.hh b/third_party/nix/src/libstore/references.hh index 2229150e3359..94ac5200bdff 100644 --- a/third_party/nix/src/libstore/references.hh +++ b/third_party/nix/src/libstore/references.hh @@ -1,7 +1,7 @@ #pragma once -#include "hash.hh" -#include "types.hh" +#include "libutil/hash.hh" +#include "libutil/types.hh" namespace nix { |