run IWYU on entire codebase

This commit is contained in:
Tropical
2026-04-01 18:02:06 -05:00
parent 729aad5f06
commit 6eb277c9aa
1125 changed files with 5104 additions and 2009 deletions

View File

@@ -2,6 +2,9 @@
#include <cassert>
#include <cstring>
#include <algorithm>
#include "java/InputOutputStream/Reader.h"
// Creates a buffering character-input stream that uses a default-sized input
// buffer. Parameters: in - A Reader

View File

@@ -7,8 +7,6 @@
// 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>

View File

@@ -1,9 +1,7 @@
#include "java/InputOutputStream/DataOutputStream.h"
#include <stdio.h>
#include <bit>
#include <cstdint>
#include <string>
#include <vector>

View File

@@ -3,6 +3,7 @@
#include <cassert>
#include <cstdint>
#include <vector>
#include <string>
#include "console_helpers/StringHelpers.h" // 4jcraft TODO
#include "java/File.h"