diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-17 18:38:17 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-17 18:38:17 +0300 |
commit | 6cce85b3a34a4a27d678abf0b4c005a38afd1738 (patch) | |
tree | f0c699f6f92b59e7e6613a30c8dd0e3ce3585540 /test/unit_tests/parser.cpp | |
parent | update cmake-common (diff) | |
download | math-server-6cce85b3a34a4a27d678abf0b4c005a38afd1738.tar.gz math-server-6cce85b3a34a4a27d678abf0b4c005a38afd1738.zip |
cmake: no more target_include_directories hacks
Diffstat (limited to '')
-rw-r--r-- | test/unit_tests/parser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit_tests/parser.cpp b/test/unit_tests/parser.cpp index 655ba39..b86d4d4 100644 --- a/test/unit_tests/parser.cpp +++ b/test/unit_tests/parser.cpp @@ -3,8 +3,8 @@ // For details, see https://github.com/egor-tensin/math-server. // Distributed under the MIT License. -#include <server/parser/error.hpp> -#include <server/parser/parser.hpp> +#include <parser/error.hpp> +#include <parser/parser.hpp> #include <boost/test/data/monomorphic.hpp> #include <boost/test/data/test_case.hpp> |