From 3efc870c5e2779e068841ae8befc901f68671f13 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Tue, 10 Jul 2012 13:36:37 +1000 Subject: Clean up the building of the parser a bit. --- impl/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'impl/main.cpp') diff --git a/impl/main.cpp b/impl/main.cpp index 2b7a9a1..a6693f0 100644 --- a/impl/main.cpp +++ b/impl/main.cpp @@ -11,8 +11,8 @@ #include "FixpointAlgorithm.hpp" extern "C" { -#include "EquationSystemParser.h" -#include "EquationSystemLexer.h" +#include "parser/EquationSystemParser.h" +#include "parser/EquationSystemLexer.h" } using namespace std; -- cgit v1.2.3