Move abstract client.

Took 2 minutes
This commit is contained in:
Lukas Brübach 2025-10-08 13:17:56 +02:00
parent 4e7c98829a
commit 5414e3e3b5
33 changed files with 64 additions and 33 deletions

View file

@ -8,7 +8,7 @@
#ifndef TAB_DECK_STORAGE_H
#define TAB_DECK_STORAGE_H
#include "../../../libcockatrice_network/libcockatrice/client/abstract_client.h"
#include "../../../libcockatrice_network/libcockatrice/client/abstract/abstract_client.h"
#include "../server/remote/remote_decklist_tree_widget.h"
#include "tab.h"