mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 06:52:15 -07:00
Fix pbs and some other stuff.
Took 1 hour 5 minutes
This commit is contained in:
parent
01378b8314
commit
408b732854
84 changed files with 181 additions and 172 deletions
|
|
@ -1,7 +1,5 @@
|
|||
#include "remote_client.h"
|
||||
|
||||
#include "../../../../libs/server/debug_pb_message.h"
|
||||
#include "../../../../libs/utility/passwordhasher.h"
|
||||
#include "../../main.h"
|
||||
#include "../pending_command.h"
|
||||
#include "pb/event_server_identification.pb.h"
|
||||
|
|
@ -12,7 +10,9 @@
|
|||
#include "pb/response_register.pb.h"
|
||||
#include "pb/server_message.pb.h"
|
||||
#include "pb/session_commands.pb.h"
|
||||
#include "server/debug_pb_message.h"
|
||||
#include "settings/cache_settings.h"
|
||||
#include "utility/passwordhasher.h"
|
||||
#include "version_string.h"
|
||||
|
||||
#include <QCryptographicHash>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue