diff options
Diffstat (limited to 'third_party/nix/src/libstore/remote-fs-accessor.cc')
-rw-r--r-- | third_party/nix/src/libstore/remote-fs-accessor.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/nix/src/libstore/remote-fs-accessor.cc b/third_party/nix/src/libstore/remote-fs-accessor.cc index ca478c213fde..2917f01f7939 100644 --- a/third_party/nix/src/libstore/remote-fs-accessor.cc +++ b/third_party/nix/src/libstore/remote-fs-accessor.cc @@ -1,11 +1,11 @@ -#include "remote-fs-accessor.hh" +#include "libstore/remote-fs-accessor.hh" #include <fcntl.h> #include <sys/stat.h> #include <sys/types.h> -#include "json.hh" -#include "nar-accessor.hh" +#include "libstore/nar-accessor.hh" +#include "libutil/json.hh" namespace nix { |