From 75068e7d753cf6cbe45a4bf294000dca9bd41d8b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 4 Sep 2006 21:06:23 +0000 Subject: * Use a proper namespace. * Optimise header file usage a bit. * Compile the parser as C++. --- src/nix-store/dotgraph.hh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/nix-store/dotgraph.hh') diff --git a/src/nix-store/dotgraph.hh b/src/nix-store/dotgraph.hh index 9effa5a884bd..2318e2fde48d 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 */ -- cgit 1.4.1