mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Style: Begin integrating simple .clangd fixes
This commit is contained in:
parent
2303ce843a
commit
f09ee0171a
66 changed files with 43 additions and 112 deletions
|
|
@ -33,9 +33,8 @@
|
|||
#include "core/error/error_macros.h"
|
||||
#include "core/templates/safe_refcount.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <cstring>
|
||||
#include <new>
|
||||
#include <new> // IWYU pragma: keep // `new` operators.
|
||||
#include <type_traits>
|
||||
|
||||
class Memory {
|
||||
|
|
|
|||
|
|
@ -30,11 +30,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#ifdef THREADS_ENABLED
|
||||
|
||||
#include "core/error/error_list.h"
|
||||
#include "core/typedefs.h"
|
||||
#ifdef DEBUG_ENABLED
|
||||
#include "core/error/error_macros.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue