diff options
Diffstat (limited to 'server/lexer/token.cpp')
-rw-r--r-- | server/lexer/token.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/server/lexer/token.cpp b/server/lexer/token.cpp index 5516bde..466012f 100644 --- a/server/lexer/token.cpp +++ b/server/lexer/token.cpp @@ -3,10 +3,9 @@ // For details, see https://github.com/egor-tensin/math-server. // Distributed under the MIT License. -#include "token.hpp" - -#include "error.hpp" -#include "token_type.hpp" +#include <lexer/error.hpp> +#include <lexer/token.hpp> +#include <lexer/token_type.hpp> #include <cmath> #include <limits> |