summaryrefslogtreecommitdiffstats
path: root/src/graphviz.h
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2011-01-08 17:44:15 (GMT)
committerEvan Martin <martine@danga.com>2011-01-08 17:44:15 (GMT)
commit0a186ab0cbcd2015d2cf9afd8460c7b60e4bcbdd (patch)
tree65e698b8e86a5c1336bad9234cda326ac23ab330 /src/graphviz.h
parent83056869b618a27c0b3d8ec86e15e9f15777c172 (diff)
downloadNinja-0a186ab0cbcd2015d2cf9afd8460c7b60e4bcbdd.zip
Ninja-0a186ab0cbcd2015d2cf9afd8460c7b60e4bcbdd.tar.gz
Ninja-0a186ab0cbcd2015d2cf9afd8460c7b60e4bcbdd.tar.bz2
split out graph into its own header
Diffstat (limited to 'src/graphviz.h')
-rw-r--r--src/graphviz.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphviz.h b/src/graphviz.h
index d688a15..eb9ee25 100644
--- a/src/graphviz.h
+++ b/src/graphviz.h
@@ -1,5 +1,7 @@
#include <set>
+// XXX deinline all this code so we don't need this include
+#include "graph.h"
struct Node;
struct GraphViz {