mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Lint.
Took 30 seconds
This commit is contained in:
parent
59c83ff0e2
commit
efa66c5b27
3 changed files with 5 additions and 5 deletions
|
|
@ -3,12 +3,12 @@
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "server_logger.h"
|
#include "server_logger.h"
|
||||||
|
|
||||||
|
#include <QSslSocket>
|
||||||
|
#include <google/protobuf/descriptor.h>
|
||||||
#include <libcockatrice/network/server/remote/server_protocolhandler.h>
|
#include <libcockatrice/network/server/remote/server_protocolhandler.h>
|
||||||
#include <libcockatrice/network/server/remote/server_room.h>
|
#include <libcockatrice/network/server/remote/server_room.h>
|
||||||
#include <libcockatrice/protocol/debug_pb_message.h>
|
#include <libcockatrice/protocol/debug_pb_message.h>
|
||||||
#include <libcockatrice/protocol/get_pb_extension.h>
|
#include <libcockatrice/protocol/get_pb_extension.h>
|
||||||
#include <QSslSocket>
|
|
||||||
#include <google/protobuf/descriptor.h>
|
|
||||||
#include <libcockatrice/protocol/pb/event_game_joined.pb.h>
|
#include <libcockatrice/protocol/pb/event_game_joined.pb.h>
|
||||||
#include <libcockatrice/protocol/pb/event_join_room.pb.h>
|
#include <libcockatrice/protocol/pb/event_join_room.pb.h>
|
||||||
#include <libcockatrice/protocol/pb/event_leave_room.pb.h>
|
#include <libcockatrice/protocol/pb/event_leave_room.pb.h>
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
#ifndef SERVATRICE_DATABASE_INTERFACE_H
|
#ifndef SERVATRICE_DATABASE_INTERFACE_H
|
||||||
#define SERVATRICE_DATABASE_INTERFACE_H
|
#define SERVATRICE_DATABASE_INTERFACE_H
|
||||||
|
|
||||||
#include <libcockatrice/network/server/remote/server.h>
|
|
||||||
#include <libcockatrice/network/server/remote/server_database_interface.h>
|
|
||||||
#include <QChar>
|
#include <QChar>
|
||||||
#include <QHash>
|
#include <QHash>
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QSqlDatabase>
|
#include <QSqlDatabase>
|
||||||
|
#include <libcockatrice/network/server/remote/server.h>
|
||||||
|
#include <libcockatrice/network/server/remote/server_database_interface.h>
|
||||||
|
|
||||||
#define DATABASE_SCHEMA_VERSION 34
|
#define DATABASE_SCHEMA_VERSION 34
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,11 +20,11 @@
|
||||||
#ifndef SERVERSOCKETINTERFACE_H
|
#ifndef SERVERSOCKETINTERFACE_H
|
||||||
#define SERVERSOCKETINTERFACE_H
|
#define SERVERSOCKETINTERFACE_H
|
||||||
|
|
||||||
#include <libcockatrice/network/server/remote/server_protocolhandler.h>
|
|
||||||
#include <QHostAddress>
|
#include <QHostAddress>
|
||||||
#include <QMutex>
|
#include <QMutex>
|
||||||
#include <QTcpSocket>
|
#include <QTcpSocket>
|
||||||
#include <QWebSocket>
|
#include <QWebSocket>
|
||||||
|
#include <libcockatrice/network/server/remote/server_protocolhandler.h>
|
||||||
|
|
||||||
class Servatrice;
|
class Servatrice;
|
||||||
class Servatrice_DatabaseInterface;
|
class Servatrice_DatabaseInterface;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue