Fix some includes all over the place

Make include-what-you-use happy with some files in source and fix what
needs to be fixed.

Ref: #8086
Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser
2025-08-10 19:59:02 +02:00
parent 827116cd35
commit 3647921bed
72 changed files with 261 additions and 149 deletions
-4
View File
@@ -109,13 +109,9 @@
#include <fmt/format.h>
#include <fstream>
#include <js/CallArgs.h>
#include <js/Class.h>
#include <js/Object.h>
#include <js/PropertyAndElement.h>
#include <js/RootingAPI.h>
#include <js/TypeDecls.h>
#include <js/Value.h>
#include <jsapi.h>
#include <locale>
#include <memory>
#include <optional>