summaryrefslogtreecommitdiff
path: root/src/spell-convert/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/spell-convert/main.cpp')
-rw-r--r--src/spell-convert/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spell-convert/main.cpp b/src/spell-convert/main.cpp
index a6f0d76..87f42b9 100644
--- a/src/spell-convert/main.cpp
+++ b/src/spell-convert/main.cpp
@@ -1,5 +1,5 @@
-#include "src/spell-convert/lexer.hpp"
-#include "src/spell-convert/parser.hpp"
+#include "lexer.hpp"
+#include "parser.hpp"
int main()
{