Move deck list to its own folder ahead of refactor.

Took 39 minutes
This commit is contained in:
Lukas Brübach 2025-09-04 22:08:22 +02:00
parent da52d677c7
commit 7f157496d3
26 changed files with 26 additions and 26 deletions

View file

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

View file

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

View file

@ -20,7 +20,7 @@
#include "serversocketinterface.h"
#include "decklist.h"
#include "../../common/deck_list/deck_list.h"
#include "email_parser.h"
#include "main.h"
#include "pb/command_deck_del.pb.h"