mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-21 22:33:54 -07:00
clangify everything with the new header sorting (#3908)
This commit is contained in:
parent
1eb766b9d8
commit
18a07274d4
192 changed files with 481 additions and 282 deletions
|
|
@ -1,8 +1,12 @@
|
|||
#include "userinfobox.h"
|
||||
|
||||
#include "abstractclient.h"
|
||||
#include "dlg_edit_avatar.h"
|
||||
#include "dlg_edit_password.h"
|
||||
#include "dlg_edit_user.h"
|
||||
#include "pb/response_get_user_info.pb.h"
|
||||
#include "pb/session_commands.pb.h"
|
||||
#include "pending_command.h"
|
||||
#include "pixmapgenerator.h"
|
||||
|
||||
#include <QDateTime>
|
||||
|
|
@ -11,10 +15,6 @@
|
|||
#include <QLabel>
|
||||
#include <QMessageBox>
|
||||
|
||||
#include "pb/response_get_user_info.pb.h"
|
||||
#include "pb/session_commands.pb.h"
|
||||
#include "pending_command.h"
|
||||
|
||||
const qint64 SIXTY = 60;
|
||||
const qint64 HOURS_IN_A_DAY = 24;
|
||||
const qint64 DAYS_IN_A_YEAR = 365;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue