refactor: consistent include paths in java/nbt

This commit is contained in:
Tropical
2026-03-30 15:47:05 -05:00
parent 44f6982e96
commit 0817878fe1
23 changed files with 53 additions and 52 deletions
@@ -1,8 +1,8 @@
#include "File.h"
#include "InputOutputStream/FileOutputStream.h"
#include "../../../Minecraft.World/ConsoleHelpers/ArrayWithLength.h" // 4jcraft TODO
#include "java/File.h"
#include "java/InputOutputStream/FileOutputStream.h"
// Creates a file output stream to write to the file represented by the
// specified File object. A new FileDescriptor object is created to represent
// this file connection. First, if there is a security manager, its checkWrite