diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-06 17:04:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-06 17:04:42 +0300 |
commit | d0c1cf41876a2b259dd342141cbd1800b021136c (patch) | |
tree | cccdfb5bac0c8e1ee6059d37847a4af7076661b3 | |
parent | test: add a comment for the benchmarks (diff) | |
download | math-server-d0c1cf41876a2b259dd342141cbd1800b021136c.tar.gz math-server-d0c1cf41876a2b259dd342141cbd1800b021136c.zip |
remove unnecessary #include-s
Diffstat (limited to '')
-rw-r--r-- | server/lexer/details/parse.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/lexer/details/parse.cpp b/server/lexer/details/parse.cpp index efb3bdd..15a4428 100644 --- a/server/lexer/details/parse.cpp +++ b/server/lexer/details/parse.cpp @@ -11,7 +11,6 @@ #include <cstddef> #include <exception> -#include <functional> #include <optional> #include <regex> #include <string> |