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