aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/server
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-06 17:04:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-06 17:04:42 +0300
commitd0c1cf41876a2b259dd342141cbd1800b021136c (patch)
treecccdfb5bac0c8e1ee6059d37847a4af7076661b3 /server
parenttest: add a comment for the benchmarks (diff)
downloadmath-server-d0c1cf41876a2b259dd342141cbd1800b021136c.tar.gz
math-server-d0c1cf41876a2b259dd342141cbd1800b021136c.zip
remove unnecessary #include-s
Diffstat (limited to 'server')
-rw-r--r--server/lexer/details/parse.cpp1
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>