clangify everything with the new header sorting (#3908)

This commit is contained in:
ebbit1q
2020-03-18 22:36:02 +01:00
committed by GitHub
parent 1eb766b9d8
commit 18a07274d4
192 changed files with 481 additions and 282 deletions

View File

@@ -1,4 +1,5 @@
#include "server_abstractuserinterface.h"
#include "pb/event_game_joined.pb.h"
#include "pb/event_game_state_changed.pb.h"
#include "server.h"
@@ -7,6 +8,7 @@
#include "server_player_reference.h"
#include "server_response_containers.h"
#include "server_room.h"
#include <QDebug>
#include <QList>
#include <QPair>