Remove unused includes in platform with clangd-tidy

Handled Linux, Windows, Android, and (partially) Web.
This commit is contained in:
Rémi Verschelde
2026-03-11 10:21:44 +01:00
parent a596178702
commit d9b81615e5
113 changed files with 143 additions and 202 deletions
@@ -32,6 +32,8 @@
#include "thread_jandroid.h"
#include "core/string/ustring.h"
GodotJavaViewWrapper::GodotJavaViewWrapper(jobject godot_view) {
JNIEnv *env = get_jni_env();
ERR_FAIL_NULL(env);