diff options
Diffstat (limited to 'third_party/nix/src/libutil/pool.hh')
-rw-r--r-- | third_party/nix/src/libutil/pool.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/nix/src/libutil/pool.hh b/third_party/nix/src/libutil/pool.hh index 6d70795d35ac..fe6d5c28004e 100644 --- a/third_party/nix/src/libutil/pool.hh +++ b/third_party/nix/src/libutil/pool.hh @@ -6,8 +6,8 @@ #include <list> #include <memory> -#include "ref.hh" -#include "sync.hh" +#include "libutil/ref.hh" +#include "libutil/sync.hh" namespace nix { |