aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store/dotgraph.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-store/dotgraph.hh')
-rw-r--r--src/nix-store/dotgraph.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nix-store/dotgraph.hh b/src/nix-store/dotgraph.hh
index 9effa5a88..2318e2fde 100644
--- a/src/nix-store/dotgraph.hh
+++ b/src/nix-store/dotgraph.hh
@@ -1,8 +1,12 @@
#ifndef __DOTGRAPH_H
#define __DOTGRAPH_H
-#include "util.hh"
+#include "types.hh"
+
+namespace nix {
void printDotGraph(const PathSet & roots);
+}
+
#endif /* !__DOTGRAPH_H */