run clang-format to order includes, fix include ordering errors

This commit is contained in:
Tropical
2026-04-01 15:59:19 -05:00
parent dd93cfe91e
commit dc4e2287ee
1769 changed files with 6505 additions and 4909 deletions

View File

@@ -1,12 +1,13 @@
#include "ReceivingLevelScreen.h"
#include <memory>
#include <string>
#include <vector>
#include "ReceivingLevelScreen.h"
#include "ClientConnection.h"
#include "minecraft/client/gui/Screen.h"
#include "minecraft/locale/Language.h"
#include "minecraft/network/packet/KeepAlivePacket.h"
#include "minecraft/client/gui/Screen.h"
ReceivingLevelScreen::ReceivingLevelScreen(ClientConnection* connection) {
tickCount = 0;