Merge pull request #100564 from YYF233333/iwyu

Remove unused headers in core
This commit is contained in:
Thaddeus Crews 2024-12-19 19:59:55 -06:00
commit bf9ef5f8a5
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
68 changed files with 7 additions and 111 deletions

View file

@ -30,7 +30,7 @@
#include "node_path.h"
#include "core/string/print_string.h"
#include "core/variant/variant.h"
void NodePath::_update_hash_cache() const {
uint32_t h = data->absolute ? 1 : 0;

View file

@ -33,8 +33,6 @@
#include "core/core_globals.h"
#include "core/os/os.h"
#include <stdio.h>
static PrintHandlerList *print_handler_list = nullptr;
void add_print_handler(PrintHandlerList *p_handler) {

View file

@ -34,7 +34,6 @@
#include "core/math/color.h"
#include "core/math/math_funcs.h"
#include "core/object/object.h"
#include "core/os/memory.h"
#include "core/string/print_string.h"
#include "core/string/string_name.h"
#include "core/string/translation_server.h"

View file

@ -39,8 +39,6 @@
#include "core/typedefs.h"
#include "core/variant/array.h"
#include <utility>
/*************************************************************************/
/* Utility Functions */
/*************************************************************************/