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