mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-14 07:42:04 +00:00
run IWYU on entire codebase
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "DataInput.h"
|
||||
#include "InputStream.h"
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
// 4J Stu - Represents Java standard library class (although we miss out an
|
||||
// intermediate inheritance class that we don't care about)
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
|
||||
#include "DataOutput.h"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
// 4J Stu - Represents Java standard lib abstract
|
||||
|
||||
#include <stdint.h>
|
||||
#include <cstdio>
|
||||
|
||||
#include "OutputStream.h"
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
#include "Reader.h"
|
||||
|
||||
class InputStream;
|
||||
class DataInputStream;
|
||||
|
||||
class InputStreamReader : public Reader {
|
||||
private:
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
#include "Random.h"
|
||||
|
||||
class Random;
|
||||
|
||||
class Math {
|
||||
private:
|
||||
static Random rand;
|
||||
|
||||
Reference in New Issue
Block a user