mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-29 10:24:46 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -5,13 +5,14 @@
|
||||
// mark is set to the specified offset. Parameters: buf - the input buffer.
|
||||
// offset - the offset in the buffer of the first byte to read.
|
||||
// length - the maximum number of bytes to read from the buffer.
|
||||
#include "java/InputOutputStream/ByteArrayInputStream.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
||||
#include "java/InputOutputStream/ByteArrayInputStream.h"
|
||||
|
||||
ByteArrayInputStream::ByteArrayInputStream(std::vector<uint8_t>& buf,
|
||||
unsigned int offset,
|
||||
unsigned int length)
|
||||
|
||||
Reference in New Issue
Block a user