clean up libjava includes

This commit is contained in:
Tropical
2026-03-31 02:00:20 -05:00
parent bed181cd59
commit ea539a7e58
32 changed files with 100 additions and 30 deletions
@@ -1,5 +1,9 @@
#include "java/InputOutputStream/BufferedOutputStream.h"
#include <stdio.h>
#include "java/InputOutputStream/OutputStream.h"
// Creates a new buffered output stream to write data to the specified
// underlying output stream with the specified buffer size. Parameters: out -
// the underlying output stream. size - the buffer size.