diff options
Diffstat (limited to 'third_party/nix/src/libstore/nar-info-disk-cache.hh')
-rw-r--r-- | third_party/nix/src/libstore/nar-info-disk-cache.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/nix/src/libstore/nar-info-disk-cache.hh b/third_party/nix/src/libstore/nar-info-disk-cache.hh index 65bb773c92f7..b4107721aad1 100644 --- a/third_party/nix/src/libstore/nar-info-disk-cache.hh +++ b/third_party/nix/src/libstore/nar-info-disk-cache.hh @@ -1,7 +1,7 @@ #pragma once -#include "nar-info.hh" -#include "ref.hh" +#include "libstore/nar-info.hh" +#include "libutil/ref.hh" namespace nix { |