summaryrefslogtreecommitdiff
path: root/impl/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'impl/main.cpp')
-rw-r--r--impl/main.cpp4
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;