diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2021-04-05 10:33:28 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2021-04-05 10:33:28 -0400 |
commit | d8fa7517fad4272e20ff9b9b740c91158bc685e2 (patch) | |
tree | 762177a895898255d12e74ce479e171ba902a98b /src/libstore/path-with-outputs.hh | |
parent | 179582872de60863fcabcf471f98930a25fd6df3 (diff) |
buildable.{cc,hh} -> derived-path.{cc,hh}
Diffstat (limited to 'src/libstore/path-with-outputs.hh')
-rw-r--r-- | src/libstore/path-with-outputs.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/path-with-outputs.hh b/src/libstore/path-with-outputs.hh index 749348398..4c4023dcb 100644 --- a/src/libstore/path-with-outputs.hh +++ b/src/libstore/path-with-outputs.hh @@ -3,7 +3,7 @@ #include <variant> #include "path.hh" -#include "buildable.hh" +#include "derived-path.hh" namespace nix { |