about summary refs log tree commit diff
path: root/src/dotgraph.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotgraph.hh')
-rw-r--r--src/dotgraph.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotgraph.hh b/src/dotgraph.hh
index d88e04e09794..e1678da967d4 100644
--- a/src/dotgraph.hh
+++ b/src/dotgraph.hh
@@ -1,7 +1,7 @@
 #ifndef __DOTGRAPH_H
 #define __DOTGRAPH_H
 
-#include "fstate.hh"
+#include "expr.hh"
 
 void printDotGraph(const FSIds & roots);