parent
5ca82fc1d7
commit
66c92061f5
1 changed files with 0 additions and 3 deletions
|
@ -7,7 +7,6 @@
|
||||||
//
|
//
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <json.hpp>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "chat-parser.h"
|
#include "chat-parser.h"
|
||||||
|
@ -15,8 +14,6 @@
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "regex-partial.h"
|
#include "regex-partial.h"
|
||||||
|
|
||||||
using json = nlohmann::ordered_json;
|
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
static void assert_equals(const T & expected, const T & actual) {
|
static void assert_equals(const T & expected, const T & actual) {
|
||||||
if (expected != actual) {
|
if (expected != actual) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue