diff options
Diffstat (limited to 'third_party/nix/src/libstore/remote-fs-accessor.hh')
-rw-r--r-- | third_party/nix/src/libstore/remote-fs-accessor.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/nix/src/libstore/remote-fs-accessor.hh b/third_party/nix/src/libstore/remote-fs-accessor.hh index 32c729f50dcf..c4f6e89c97b5 100644 --- a/third_party/nix/src/libstore/remote-fs-accessor.hh +++ b/third_party/nix/src/libstore/remote-fs-accessor.hh @@ -1,8 +1,8 @@ #pragma once -#include "fs-accessor.hh" -#include "ref.hh" -#include "store-api.hh" +#include "libstore/fs-accessor.hh" +#include "libstore/store-api.hh" +#include "libutil/ref.hh" namespace nix { |