#pragma once #include "types.hh" namespace nix { class Store; void printDotGraph(ref store, const PathSet & roots); }