diff --git a/tests/test-chat-parser.cpp b/tests/test-chat-parser.cpp index 2113a128..59e44e07 100644 --- a/tests/test-chat-parser.cpp +++ b/tests/test-chat-parser.cpp @@ -7,7 +7,6 @@ // #include #include -#include #include #include "chat-parser.h" @@ -15,8 +14,6 @@ #include "log.h" #include "regex-partial.h" -using json = nlohmann::ordered_json; - template static void assert_equals(const T & expected, const T & actual) { if (expected != actual) {