diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-07 12:27:49 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-07 12:27:49 +0000 |
commit | 5d4171f7fb548e06ecd2440f57322b3c77f1074e (patch) | |
tree | 06f21a5e6dcf38943f58f7e32f4a23f5bed41da7 /src/dotgraph.hh | |
parent | 563afb7fcc9d6aabec9b867372ea8d651fd12e89 (diff) |
* Synchronise terminology with the ICSE paper (e.g., slice -> closure,
fstate -> Nix expression).
* Fix src/test.cc.
Diffstat (limited to 'src/dotgraph.hh')
-rw-r--r-- | src/dotgraph.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotgraph.hh b/src/dotgraph.hh index d88e04e09..e1678da96 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); |