From ce92d1bf1434562f5b80320c503768c4d06f1f8d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 18 Nov 2003 11:22:29 +0000 Subject: * "Nix expression" -> "store expression". * More refactoring. --- src/fix-ng/parser.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fix-ng/parser.hh') diff --git a/src/fix-ng/parser.hh b/src/fix-ng/parser.hh index c56a339a3f..e44987dd01 100644 --- a/src/fix-ng/parser.hh +++ b/src/fix-ng/parser.hh @@ -1,7 +1,7 @@ #ifndef __PARSER_H #define __PARSER_H -#include "fix-expr.hh" +#include "fixexpr.hh" Expr parseExprFromFile(Path path); -- cgit 1.4.1