Consider servatrice.

Took 3 minutes
This commit is contained in:
Lukas Brübach 2025-09-04 22:29:20 +02:00
parent c19fe1056c
commit e20fe00859
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
***************************************************************************/
#include "servatrice.h"
#include "../../common/deck_list/decklist.h"
#include "../../common/deck_list/deck_list.h"
#include "email_parser.h"
#include "featureset.h"
#include "isl_interface.h"

View file

@ -1,6 +1,6 @@
#include "servatrice_database_interface.h"
#include "../../common/deck_list/decklist.h"
#include "../../common/deck_list/deck_list.h"
#include "passwordhasher.h"
#include "pb/game_replay.pb.h"
#include "servatrice.h"