Merge pull request #100564 from YYF233333/iwyu
Remove unused headers in core
This commit is contained in:
commit
bf9ef5f8a5
68 changed files with 7 additions and 111 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -39,8 +39,6 @@
|
|||
#include "core/typedefs.h"
|
||||
#include "core/variant/array.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
/*************************************************************************/
|
||||
/* Utility Functions */
|
||||
/*************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue