mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-06 18:57:08 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
|
||||
#include "java/InputOutputStream/FileInputStream.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdint>
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "java/File.h"
|
||||
#include "java/InputOutputStream/FileInputStream.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
#include "java/File.h"
|
||||
|
||||
namespace {
|
||||
int64_t FileTell(std::FILE* file) {
|
||||
|
||||
Reference in New Issue
Block a user