diff options
Diffstat (limited to 'src/nix-store/dotgraph.hh')
-rw-r--r-- | src/nix-store/dotgraph.hh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/nix-store/dotgraph.hh b/src/nix-store/dotgraph.hh index e2b5fc72f..73b8d06b9 100644 --- a/src/nix-store/dotgraph.hh +++ b/src/nix-store/dotgraph.hh @@ -1,11 +1,9 @@ #pragma once -#include "types.hh" +#include "store-api.hh" namespace nix { -class Store; - -void printDotGraph(ref<Store> store, const PathSet & roots); +void printDotGraph(ref<Store> store, StorePathSet && roots); } |