mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 10:42:46 +00:00
run IWYU on entire codebase
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
#include "Achievements.h"
|
||||
#include "DescFormatter.h"
|
||||
#include "minecraft/locale/I18n.h"
|
||||
#include "minecraft/stats/Stat.h"
|
||||
#include "minecraft/world/item/ItemInstance.h"
|
||||
#include "minecraft/stats/Stat.h"
|
||||
|
||||
class Item;
|
||||
class Tile;
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "Achievements.h"
|
||||
#include "minecraft/stats/GenericStats.h"
|
||||
#include "minecraft/stats/Stats.h"
|
||||
#include "minecraft/world/item/Item.h"
|
||||
#include "minecraft/world/level/tile/Tile.h"
|
||||
#include "minecraft/stats/GenericStats.h"
|
||||
#include "minecraft/stats/Stats.h"
|
||||
|
||||
Stat* CommonStats::get_stat(int i) { return Stats::get(i); }
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <format>
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <format>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <format>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "GenericStats.h"
|
||||
#include "Minecraft.Client/Linux/Linux_App.h"
|
||||
|
||||
@@ -7,13 +7,13 @@
|
||||
#include "GeneralStat.h"
|
||||
#include "ItemStat.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
#include "minecraft/stats/Stat.h"
|
||||
#include "minecraft/stats/StatsCounter.h"
|
||||
#include "minecraft/world/item/FishingRodItem.h"
|
||||
#include "minecraft/world/item/Item.h"
|
||||
#include "minecraft/world/item/MapItem.h"
|
||||
#include "minecraft/world/level/tile/GrassTile.h"
|
||||
#include "minecraft/world/level/tile/Tile.h"
|
||||
#include "minecraft/stats/Stat.h"
|
||||
|
||||
class StatFormatter;
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <format>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include "Stat.h"
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
@@ -10,7 +9,6 @@
|
||||
#include <vector>
|
||||
|
||||
#include "4J_Profile.h"
|
||||
#include "Minecraft.Client/Common/App_enums.h"
|
||||
#include "Minecraft.Client/Common/App_structs.h"
|
||||
#include "Minecraft.Client/Common/src/Leaderboards/LeaderboardManager.h"
|
||||
#include "Minecraft.Client/Linux/Linux_App.h"
|
||||
|
||||
Reference in New Issue
Block a user