aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/server/lexer/details/parse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'server/lexer/details/parse.cpp')
-rw-r--r--server/lexer/details/parse.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/lexer/details/parse.cpp b/server/lexer/details/parse.cpp
index ccabb7e..3844225 100644
--- a/server/lexer/details/parse.cpp
+++ b/server/lexer/details/parse.cpp
@@ -3,8 +3,8 @@
// For details, see https://github.com/egor-tensin/math-server.
// Distributed under the MIT License.
-#include "../error.hpp"
-#include "../token_type.hpp"
+#include <lexer/error.hpp>
+#include <lexer/token_type.hpp>
#include <boost/regex.hpp>