diff options
Diffstat (limited to 'third_party/nix/src/libstore/derivations.hh')
-rw-r--r-- | third_party/nix/src/libstore/derivations.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/nix/src/libstore/derivations.hh b/third_party/nix/src/libstore/derivations.hh index 170f09804dee..7574aa90c2c4 100644 --- a/third_party/nix/src/libstore/derivations.hh +++ b/third_party/nix/src/libstore/derivations.hh @@ -2,9 +2,9 @@ #include <map> -#include "hash.hh" -#include "store-api.hh" -#include "types.hh" +#include "libstore/store-api.hh" +#include "libutil/hash.hh" +#include "libutil/types.hh" namespace nix { |