diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-07-10 13:36:37 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-07-10 13:36:37 +1000 |
commit | 3efc870c5e2779e068841ae8befc901f68671f13 (patch) | |
tree | c7f91dd8d84c4a08479b9fa3ceba0ad16ba34032 /impl/main.cpp | |
parent | 2adac33721e22d6dafb0654b933027331f2b7d51 (diff) |
Clean up the building of the parser a bit.
Diffstat (limited to 'impl/main.cpp')
-rw-r--r-- | impl/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |