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