about summary refs log tree commit diff
path: root/src/fix-ng/parser.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fix-ng/parser.hh')
-rw-r--r--src/fix-ng/parser.hh9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/fix-ng/parser.hh b/src/fix-ng/parser.hh
index 80e266f2d5ae..c56a339a3f7c 100644
--- a/src/fix-ng/parser.hh
+++ b/src/fix-ng/parser.hh
@@ -1,15 +1,10 @@
 #ifndef __PARSER_H
 #define __PARSER_H
 
-#include <string>
-#include <aterm2.h>
+#include "fix-expr.hh"
 
-#include "util.hh"
 
-
-typedef ATerm Expr;
-
-Expr parseExprFromFile(const Path & path);
+Expr parseExprFromFile(Path path);
 
 
 #endif /* !__PARSER_H */